Html Css Color HEX #7669CE Slate Blue

📋 copy color: '#7669CE'

red 118 ◦ green 105 ◦ blue 206

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

Shades of Slate Blue #7669CE

Tints of Slate Blue #7669CE

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.48%

 BLUE value IS 206 (80.86% from 255) = 48.02%

R = 27.51%
G = 24.48%
B = 48.02%

CMYK

 C value IS 0.43

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7669CE (or 0x7669CE) is known color: Slate Blue. HEX triplet: 76, 69 and CE. RGB value is (118,105,206). Sum of RGB (Red+Green+Blue) = 118+105+206=429 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.51% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #7669CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7669CE is #899631. Grayscale: #787878. Windows color (decimal): -9016882 or 13527414. OLE color: 13527414.

HSL color Cylindrical-coordinate representation of color #7669CE: hue angle of 247.72º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7669CE is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 105 206 -
CMYK 0.43 0.49 0 0.19
HSL 247.72º 0.51% 0.61% -
HSV(B) 247.72º 0.49% 0.81% -
XYZ 23.66 18.41 60.7 -
YUV 120.4 176.31 126.29 -
System Red Green Blue C M Y K H S L
Decimal 118 105 206 0.43 0.49 0 0.19 247.72 0.51 0.61
Hex 76 69 CE 2B 31 0 13 F8 33 3D
Octal 166 151 316 53 61 0 23 370 63 75
Binary 1110110 1101001 11001110 101011 110001 0 10011 11111000 110011 111101

Color Harmonies of #7669CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7669CE

Black with #7669CE

Text Example


Text Example

White with #7669CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7669CE; }

 p { color: rgb(118,105,206); }

 H1.HeaderClassName
 {
   color: #7669CE;
 }
 .AnyTagClassName
 {
   color: #7669CE;
 }
</style>

background-color css

<style>
 a { background-color: #7669CE; }

 a { background-color: rgb(118,105,206); }

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

border-color css

<style>
 span { border-color: #7669CE; }

 span { border-color: rgb(118,105,206); }

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