Html Css Color HEX #75859A Light Slate Grey

📋 copy color: '#75859A'

red 117 ◦ green 133 ◦ blue 154

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

Shades of Light Slate Grey #75859A

Tints of Light Slate Grey #75859A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.12%

R = 28.96%
G = 32.92%
B = 38.12%

CMYK

 C value IS 0.24

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#75859A (or 0x75859A) is known color: Light Slate Grey. HEX triplet: 75, 85 and 9A. RGB value is (117,133,154). Sum of RGB (Red+Green+Blue) = 117+133+154=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 154 - color contains mainly: blue. Hex color #75859A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75859A is #8A7A65. Grayscale: #828282. Windows color (decimal): -9075302 or 10126709. OLE color: 10126709.

HSL color Cylindrical-coordinate representation of color #75859A: hue angle of 214.05º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #75859A is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 117 133 154 -
CMYK 0.24 0.14 0 0.40
HSL 214.05º 0.15% 0.53% -
HSV(B) 214.05º 0.24% 0.6% -
XYZ 21.56 22.89 33.85 -
YUV 130.61 141.2 118.29 -
System Red Green Blue C M Y K H S L
Decimal 117 133 154 0.24 0.14 0 0.40 214.05 0.15 0.53
Hex 75 85 9A 18 E 0 28 D6 F 35
Octal 165 205 232 30 16 0 50 326 17 65
Binary 1110101 10000101 10011010 11000 1110 0 101000 11010110 1111 110101

Color Harmonies of #75859A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75859A

Black with #75859A

Text Example


Text Example

White with #75859A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75859A; }

 p { color: rgb(117,133,154); }

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

background-color css

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

 a { background-color: rgb(117,133,154); }

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

border-color css

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

 span { border-color: rgb(117,133,154); }

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