Html Css Color HEX #75869C Light Slate Grey

📋 copy color: '#75869C'

red 117 ◦ green 134 ◦ blue 156

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

Shades of Light Slate Grey #75869C

Tints of Light Slate Grey #75869C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.92%

 BLUE value IS 156 (61.33% from 255) = 38.33%

R = 28.75%
G = 32.92%
B = 38.33%

CMYK

 C value IS 0.25

 M value IS 0.14

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75869C (or 0x75869C) is known color: Light Slate Grey. HEX triplet: 75, 86 and 9C. RGB value is (117,134,156). Sum of RGB (Red+Green+Blue) = 117+134+156=407 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.75% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 156 - color contains mainly: blue. Hex color #75869C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75869C is #8A7963. Grayscale: #838383. Windows color (decimal): -9075044 or 10258037. OLE color: 10258037.

HSL color Cylindrical-coordinate representation of color #75869C: hue angle of 213.85º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #75869C is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 134 156 -
CMYK 0.25 0.14 0 0.39
HSL 213.85º 0.16% 0.54% -
HSV(B) 213.85º 0.25% 0.61% -
XYZ 21.86 23.23 34.78 -
YUV 131.43 141.87 117.71 -
System Red Green Blue C M Y K H S L
Decimal 117 134 156 0.25 0.14 0 0.39 213.85 0.16 0.54
Hex 75 86 9C 19 E 0 27 D6 10 36
Octal 165 206 234 31 16 0 47 326 20 66
Binary 1110101 10000110 10011100 11001 1110 0 100111 11010110 10000 110110

Color Harmonies of #75869C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75869C

Black with #75869C

Text Example


Text Example

White with #75869C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75869C; }

 p { color: rgb(117,134,156); }

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

background-color css

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

 a { background-color: rgb(117,134,156); }

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

border-color css

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

 span { border-color: rgb(117,134,156); }

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