Html Css Color HEX #75879E Light Slate Grey

📋 copy color: '#75879E'

red 117 ◦ green 135 ◦ blue 158

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

Shades of Light Slate Grey #75879E

Tints of Light Slate Grey #75879E

RGB

 RED value IS 117 (46.09% from 255) = 28.54%

 GREEN value IS 135 (53.13% from 255) = 32.93%

 BLUE value IS 158 (62.11% from 255) = 38.54%

R = 28.54%
G = 32.93%
B = 38.54%

CMYK

 C value IS 0.26

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75879E (or 0x75879E) is known color: Light Slate Grey. HEX triplet: 75, 87 and 9E. RGB value is (117,135,158). Sum of RGB (Red+Green+Blue) = 117+135+158=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 158 (62.11% from 255 or 38.54% from 410); Max value from RGB is 158 - color contains mainly: blue. Hex color #75879E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75879E is #8A7861. Grayscale: #848484. Windows color (decimal): -9074786 or 10389365. OLE color: 10389365.

HSL color Cylindrical-coordinate representation of color #75879E: hue angle of 213.66º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #75879E is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 135 158 -
CMYK 0.26 0.15 0 0.38
HSL 213.66º 0.17% 0.54% -
HSV(B) 213.66º 0.26% 0.62% -
XYZ 22.17 23.58 35.73 -
YUV 132.24 142.54 117.13 -
System Red Green Blue C M Y K H S L
Decimal 117 135 158 0.26 0.15 0 0.38 213.66 0.17 0.54
Hex 75 87 9E 1A F 0 26 D6 11 36
Octal 165 207 236 32 17 0 46 326 21 66
Binary 1110101 10000111 10011110 11010 1111 0 100110 11010110 10001 110110

Color Harmonies of #75879E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75879E

Black with #75879E

Text Example


Text Example

White with #75879E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75879E; }

 p { color: rgb(117,135,158); }

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

background-color css

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

 a { background-color: rgb(117,135,158); }

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

border-color css

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

 span { border-color: rgb(117,135,158); }

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