Html Css Color HEX #7659CF Slate Blue

📋 copy color: '#7659CF'

red 118 ◦ green 89 ◦ blue 207

#7659CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #7659CF

Tints of Slate Blue #7659CF

RGB

 RED value IS 118 (46.48% from 255) = 28.5%

 GREEN value IS 89 (35.16% from 255) = 21.5%

 BLUE value IS 207 (81.25% from 255) = 50%

R = 28.5%
G = 21.5%
B = 50%

CMYK

 C value IS 0.43

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7659CF (or 0x7659CF) is known color: Slate Blue. HEX triplet: 76, 59 and CF. RGB value is (118,89,207). Sum of RGB (Red+Green+Blue) = 118+89+207=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #7659CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7659CF is #89A630. Grayscale: #6E6E6E. Windows color (decimal): -9020977 or 13588854. OLE color: 13588854.

HSL color Cylindrical-coordinate representation of color #7659CF: hue angle of 254.75º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7659CF is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 89 207 -
CMYK 0.43 0.57 0 0.19
HSL 254.75º 0.55% 0.58% -
HSV(B) 254.75º 0.57% 0.81% -
XYZ 22.31 15.5 60.85 -
YUV 111.12 182.11 132.91 -
System Red Green Blue C M Y K H S L
Decimal 118 89 207 0.43 0.57 0 0.19 254.75 0.55 0.58
Hex 76 59 CF 2B 39 0 13 FF 37 3A
Octal 166 131 317 53 71 0 23 377 67 72
Binary 1110110 1011001 11001111 101011 111001 0 10011 11111111 110111 111010

Color Harmonies of #7659CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7659CF

Black with #7659CF

Text Example


Text Example

White with #7659CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7659CF; }

 p { color: rgb(118,89,207); }

 H1.HeaderClassName
 {
   color: #7659CF;
 }
 .AnyTagClassName
 {
   color: #7659CF;
 }
</style>

background-color css

<style>
 a { background-color: #7659CF; }

 a { background-color: rgb(118,89,207); }

 div.DivClassName
 {
   background-color: #7659CF;
 }
 .BgClassName
 {
   background-color: #7659CF;
 }
</style>

border-color css

<style>
 span { border-color: #7659CF; }

 span { border-color: rgb(118,89,207); }

 td.TdClassName
 {
   border-color: #7659CF;
 }
 .TagClassName
 {
   border-color: #7659CF;
 }
</style>