#768CA4

Color #768CA4 Light Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Grey #768CA4

Tints of Light Slate Grey #768CA4

Color information

#768CA4 (or 0x768CA4) is unknown color: approx Light Slate Grey. HEX triplet: 76, 8C and A4. RGB value is (118,140,164). Sum of RGB (Red+Green+Blue) = 118+140+164=422 (55% of max value = 765). Red value is 118 (46.48% from 255 or 27.96% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 164 (64.45% from 255 or 38.86% from 422); Max value from RGB is 164 - color contains mainly: blue. Hex color #768CA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768CA4 is #89735B. Grayscale: #888888. Windows color (decimal): -9007964 or 10783862. OLE color: 10783862.

HSL color Cylindrical-coordinate representation of color #768CA4: hue angle of 211.3º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #768CA4 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB118140164-
CMYK0.280.1500.36
HSL211.3º20.18%55.29%-
HSV(B)211.3º28.05%64.31%-
XYZ23.5525.2938.76-
YUV136.16143.71115.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.96%
GREEN value IS 140 (55.08% from 255) = 33.18%
BLUE value IS 164 (64.45% from 255) = 38.86%
R=27.96%
G=33.18%
B=38.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1181401640.280.1500.36211.320.1855.29
Hex768CA41CF024d31437
Octal16621424434170443232467
Binary1110110100011001010010011100111101001001101001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768CA4; }

 p { color: rgb(118,140,164); }

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

<style>
 a { background-color: #768CA4; }

 a { background-color: rgb(118,140,164); }

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

<style>
 span { border-color: #768CA4; }

 span { border-color: rgb(118,140,164); }

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