Html Css Color HEX #788FA7 Light Slate Grey

📋 copy color: '#788FA7'

red 120 ◦ green 143 ◦ blue 167

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

Shades of Light Slate Grey #788FA7

Tints of Light Slate Grey #788FA7

RGB

 RED value IS 120 (47.27% from 255) = 27.91%

 GREEN value IS 143 (56.25% from 255) = 33.26%

 BLUE value IS 167 (65.63% from 255) = 38.84%

R = 27.91%
G = 33.26%
B = 38.84%

CMYK

 C value IS 0.28

 M value IS 0.14

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#788FA7 (or 0x788FA7) is known color: Light Slate Grey. HEX triplet: 78, 8F and A7. RGB value is (120,143,167). Sum of RGB (Red+Green+Blue) = 120+143+167=430 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.91% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 167 (65.62% from 255 or 38.84% from 430); Max value from RGB is 167 - color contains mainly: blue. Hex color #788FA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788FA7 is #877058. Grayscale: #8A8A8A. Windows color (decimal): -8876121 or 10981240. OLE color: 10981240.

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

Color convert

RGB 120 143 167 -
CMYK 0.28 0.14 0 0.35
HSL 210.64º 0.21% 0.56% -
HSV(B) 210.64º 0.28% 0.65% -
XYZ 24.54 26.43 40.37 -
YUV 138.86 143.88 114.55 -
System Red Green Blue C M Y K H S L
Decimal 120 143 167 0.28 0.14 0 0.35 210.64 0.21 0.56
Hex 78 8F A7 1C E 0 23 D3 15 38
Octal 170 217 247 34 16 0 43 323 25 70
Binary 1111000 10001111 10100111 11100 1110 0 100011 11010011 10101 111000

Color Harmonies of #788FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788FA7

Black with #788FA7

Text Example


Text Example

White with #788FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788FA7; }

 p { color: rgb(120,143,167); }

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

background-color css

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

 a { background-color: rgb(120,143,167); }

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

border-color css

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

 span { border-color: rgb(120,143,167); }

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