#768DA5

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

Shades of Light Slate Grey #768DA5

Tints of Light Slate Grey #768DA5

Color information

#768DA5 (or 0x768DA5) is unknown color: approx Light Slate Grey. HEX triplet: 76, 8D and A5. RGB value is (118,141,165). Sum of RGB (Red+Green+Blue) = 118+141+165=424 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.83% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 165 (64.84% from 255 or 38.92% from 424); Max value from RGB is 165 - color contains mainly: blue. Hex color #768DA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768DA5 is #89725A. Grayscale: #888888. Windows color (decimal): -9007707 or 10849654. OLE color: 10849654.

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

Color convert

RGB118141165-
CMYK0.280.1500.35
HSL210.64º20.7%55.49%-
HSV(B)210.64º28.48%64.71%-
XYZ23.7925.6239.29-
YUV136.86143.88114.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.83%
GREEN value IS 141 (55.47% from 255) = 33.25%
BLUE value IS 165 (64.84% from 255) = 38.92%
R=27.83%
G=33.25%
B=38.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1181411650.280.1500.35210.6420.755.49
Hex768DA51CF023d31537
Octal16621524534170433232567
Binary1110110100011011010010111100111101000111101001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,141,165); }

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

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

 a { background-color: rgb(118,141,165); }

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

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

 span { border-color: rgb(118,141,165); }

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