Html Css Color HEX #768499 Light Slate Grey

📋 copy color: '#768499'

red 118 ◦ green 132 ◦ blue 153

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

Shades of Light Slate Grey #768499

Tints of Light Slate Grey #768499

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.75%

 BLUE value IS 153 (60.16% from 255) = 37.97%

R = 29.28%
G = 32.75%
B = 37.97%

CMYK

 C value IS 0.23

 M value IS 0.14

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#768499 (or 0x768499) is known color: Light Slate Grey. HEX triplet: 76, 84 and 99. RGB value is (118,132,153). Sum of RGB (Red+Green+Blue) = 118+132+153=403 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.28% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 153 - color contains mainly: blue. Hex color #768499 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768499 is #897B66. Grayscale: #828282. Windows color (decimal): -9010023 or 10060918. OLE color: 10060918.

HSL color Cylindrical-coordinate representation of color #768499: hue angle of 216º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #768499 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 132 153 -
CMYK 0.23 0.14 0 0.4
HSL 216º 0.15% 0.53% -
HSV(B) 216º 0.23% 0.6% -
XYZ 21.47 22.65 33.38 -
YUV 130.21 140.86 119.29 -
System Red Green Blue C M Y K H S L
Decimal 118 132 153 0.23 0.14 0 0.4 216 0.15 0.53
Hex 76 84 99 17 E 0 28 D8 F 35
Octal 166 204 231 27 16 0 50 330 17 65
Binary 1110110 10000100 10011001 10111 1110 0 101000 11011000 1111 110101

Color Harmonies of #768499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768499

Black with #768499

Text Example


Text Example

White with #768499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768499; }

 p { color: rgb(118,132,153); }

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

background-color css

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

 a { background-color: rgb(118,132,153); }

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

border-color css

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

 span { border-color: rgb(118,132,153); }

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