#7668C8

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

Shades of Slate Blue #7668C8

Tints of Slate Blue #7668C8

Color information

#7668C8 (or 0x7668C8) is unknown color: approx Slate Blue. HEX triplet: 76, 68 and C8. RGB value is (118,104,200). Sum of RGB (Red+Green+Blue) = 118+104+200=422 (55% of max value = 765). Red value is 118 (46.48% from 255 or 27.96% from 422); Green value is 104 (41.02% from 255 or 24.64% from 422); Blue value is 200 (78.52% from 255 or 47.39% from 422); Max value from RGB is 200 - color contains mainly: blue. Hex color #7668C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7668C8 is #899737. Grayscale: #767676. Windows color (decimal): -9017144 or 13133942. OLE color: 13133942.

HSL color Cylindrical-coordinate representation of color #7668C8: hue angle of 248.75º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7668C8 is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB118104200-
CMYK0.410.4800.22
HSL248.75º46.6%59.61%-
HSV(B)248.75º48%78.43%-
XYZ22.8517.9256.9-
YUV119.13173.64127.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.96%
GREEN value IS 104 (41.02% from 255) = 24.64%
BLUE value IS 200 (78.52% from 255) = 47.39%
R=27.96%
G=24.64%
B=47.39%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1181042000.410.4800.22248.7546.659.61
Hex7668C82930016f92f3c
Octal16615031051600263715774
Binary111011011010001100100010100111000001011011111001101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7668C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7668C8; }

 p { color: rgb(118,104,200); }

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

<style>
 a { background-color: #7668C8; }

 a { background-color: rgb(118,104,200); }

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

<style>
 span { border-color: #7668C8; }

 span { border-color: rgb(118,104,200); }

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