Html Css Color HEX #788593 Light Slate Grey

📋 copy color: '#788593'

red 120 ◦ green 133 ◦ blue 147

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

Shades of Light Slate Grey #788593

Tints of Light Slate Grey #788593

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.25%

 BLUE value IS 147 (57.81% from 255) = 36.75%

R = 30%
G = 33.25%
B = 36.75%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#788593 (or 0x788593) is known color: Light Slate Grey. HEX triplet: 78, 85 and 93. RGB value is (120,133,147). Sum of RGB (Red+Green+Blue) = 120+133+147=400 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 147 (57.81% from 255 or 36.75% from 400); Max value from RGB is 147 - color contains mainly: blue. Hex color #788593 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788593 is #877A6C. Grayscale: #828282. Windows color (decimal): -8878701 or 9667960. OLE color: 9667960.

HSL color Cylindrical-coordinate representation of color #788593: hue angle of 211.11º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #788593 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 120 133 147 -
CMYK 0.18 0.10 0 0.42
HSL 211.11º 0.11% 0.52% -
HSV(B) 211.11º 0.18% 0.58% -
XYZ 21.4 22.87 30.89 -
YUV 130.71 137.19 120.36 -
System Red Green Blue C M Y K H S L
Decimal 120 133 147 0.18 0.10 0 0.42 211.11 0.11 0.52
Hex 78 85 93 12 A 0 2A D3 B 34
Octal 170 205 223 22 12 0 52 323 13 64
Binary 1111000 10000101 10010011 10010 1010 0 101010 11010011 1011 110100

Color Harmonies of #788593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788593

Black with #788593

Text Example


Text Example

White with #788593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788593; }

 p { color: rgb(120,133,147); }

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

background-color css

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

 a { background-color: rgb(120,133,147); }

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

border-color css

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

 span { border-color: rgb(120,133,147); }

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