#7669D6

Color #7669D6 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #7669D6

Tints of Slate Blue #7669D6

Color information

#7669D6 (or 0x7669D6) is unknown color: approx Slate Blue. HEX triplet: 76, 69 and D6. RGB value is (118,105,214). Sum of RGB (Red+Green+Blue) = 118+105+214=437 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.00% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 214 (83.98% from 255 or 48.97% from 437); Max value from RGB is 214 - color contains mainly: blue. Hex color #7669D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7669D6 is #899629. Grayscale: #787878. Windows color (decimal): -9016874 or 14051702. OLE color: 14051702.

HSL color Cylindrical-coordinate representation of color #7669D6: hue angle of 247.16º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7669D6 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB118105214-
CMYK0.450.5100.16
HSL247.16º57.07%62.55%-
HSV(B)247.16º50.93%83.92%-
XYZ24.6618.8165.95-
YUV121.31180.31125.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.00%
GREEN value IS 105 (41.41% from 255) = 24.03%
BLUE value IS 214 (83.98% from 255) = 48.97%
R=27.00%
G=24.03%
B=48.97%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1181052140.450.5100.16247.1657.0762.55
Hex7669D62D33010f7393f
Octal16615132655630203677177
Binary111011011010011101011010110111001101000011110111111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7669D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7669D6;
 }
 .AnyTagClassName
 {
   color: #7669D6;
 }
</style>
background-color css

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

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

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

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

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

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