Html Css Color HEX #75819A Light Slate Grey

📋 copy color: '#75819A'

red 117 ◦ green 129 ◦ blue 154

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

Shades of Light Slate Grey #75819A

Tints of Light Slate Grey #75819A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.25%

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

R = 29.25%
G = 32.25%
B = 38.5%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#75819A (or 0x75819A) is known color: Light Slate Grey. HEX triplet: 75, 81 and 9A. RGB value is (117,129,154). Sum of RGB (Red+Green+Blue) = 117+129+154=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 154 - color contains mainly: blue. Hex color #75819A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75819A is #8A7E65. Grayscale: #808080. Windows color (decimal): -9076326 or 10125685. OLE color: 10125685.

HSL color Cylindrical-coordinate representation of color #75819A: hue angle of 220.54º 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 #75819A is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 117 129 154 -
CMYK 0.24 0.16 0 0.40
HSL 220.54º 0.15% 0.53% -
HSV(B) 220.54º 0.24% 0.6% -
XYZ 21.02 21.82 33.67 -
YUV 128.26 142.52 119.97 -
System Red Green Blue C M Y K H S L
Decimal 117 129 154 0.24 0.16 0 0.40 220.54 0.15 0.53
Hex 75 81 9A 18 10 0 28 DD F 35
Octal 165 201 232 30 20 0 50 335 17 65
Binary 1110101 10000001 10011010 11000 10000 0 101000 11011101 1111 110101

Color Harmonies of #75819A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75819A

Black with #75819A

Text Example


Text Example

White with #75819A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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