Html Css Color HEX #768AA1 Light Slate Grey

📋 copy color: '#768AA1'

red 118 ◦ green 138 ◦ blue 161

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

Shades of Light Slate Grey #768AA1

Tints of Light Slate Grey #768AA1

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.09%

 BLUE value IS 161 (63.28% from 255) = 38.61%

R = 28.3%
G = 33.09%
B = 38.61%

CMYK

 C value IS 0.27

 M value IS 0.14

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#768AA1 (or 0x768AA1) is known color: Light Slate Grey. HEX triplet: 76, 8A and A1. RGB value is (118,138,161). Sum of RGB (Red+Green+Blue) = 118+138+161=417 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.30% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 161 (63.28% from 255 or 38.61% from 417); Max value from RGB is 161 - color contains mainly: blue. Hex color #768AA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768AA1 is #89755E. Grayscale: #868686. Windows color (decimal): -9008479 or 10586742. OLE color: 10586742.

HSL color Cylindrical-coordinate representation of color #768AA1: hue angle of 212.09º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #768AA1 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 118 138 161 -
CMYK 0.27 0.14 0 0.37
HSL 212.09º 0.19% 0.55% -
HSV(B) 212.09º 0.27% 0.63% -
XYZ 22.99 24.6 37.25 -
YUV 134.64 142.87 116.13 -
System Red Green Blue C M Y K H S L
Decimal 118 138 161 0.27 0.14 0 0.37 212.09 0.19 0.55
Hex 76 8A A1 1B E 0 25 D4 13 37
Octal 166 212 241 33 16 0 45 324 23 67
Binary 1110110 10001010 10100001 11011 1110 0 100101 11010100 10011 110111

Color Harmonies of #768AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768AA1

Black with #768AA1

Text Example


Text Example

White with #768AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,138,161); }

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

background-color css

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

 a { background-color: rgb(118,138,161); }

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

border-color css

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

 span { border-color: rgb(118,138,161); }

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