Html Css Color HEX #788CA3 Light Slate Grey

📋 copy color: '#788CA3'

red 120 ◦ green 140 ◦ blue 163

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

Shades of Light Slate Grey #788CA3

Tints of Light Slate Grey #788CA3

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.1%

 BLUE value IS 163 (64.06% from 255) = 38.53%

R = 28.37%
G = 33.1%
B = 38.53%

CMYK

 C value IS 0.26

 M value IS 0.14

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#788CA3 (or 0x788CA3) is known color: Light Slate Grey. HEX triplet: 78, 8C and A3. RGB value is (120,140,163). Sum of RGB (Red+Green+Blue) = 120+140+163=423 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.37% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 163 (64.06% from 255 or 38.53% from 423); Max value from RGB is 163 - color contains mainly: blue. Hex color #788CA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788CA3 is #87735C. Grayscale: #888888. Windows color (decimal): -8876893 or 10718328. OLE color: 10718328.

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

Color convert

RGB 120 140 163 -
CMYK 0.26 0.14 0 0.36
HSL 212.09º 0.19% 0.55% -
HSV(B) 212.09º 0.26% 0.64% -
XYZ 23.73 25.39 38.3 -
YUV 136.64 142.87 116.13 -
System Red Green Blue C M Y K H S L
Decimal 120 140 163 0.26 0.14 0 0.36 212.09 0.19 0.55
Hex 78 8C A3 1A E 0 24 D4 13 37
Octal 170 214 243 32 16 0 44 324 23 67
Binary 1111000 10001100 10100011 11010 1110 0 100100 11010100 10011 110111

Color Harmonies of #788CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788CA3

Black with #788CA3

Text Example


Text Example

White with #788CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,140,163); }

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

background-color css

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

 a { background-color: rgb(120,140,163); }

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

border-color css

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

 span { border-color: rgb(120,140,163); }

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