Html Css Color HEX #75849A Light Slate Grey

📋 copy color: '#75849A'

red 117 ◦ green 132 ◦ blue 154

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

Shades of Light Slate Grey #75849A

Tints of Light Slate Grey #75849A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.75%

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

R = 29.03%
G = 32.75%
B = 38.21%

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

#75849A (or 0x75849A) is known color: Light Slate Grey. HEX triplet: 75, 84 and 9A. RGB value is (117,132,154). Sum of RGB (Red+Green+Blue) = 117+132+154=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 154 - color contains mainly: blue. Hex color #75849A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75849A is #8A7B65. Grayscale: #818181. Windows color (decimal): -9075558 or 10126453. OLE color: 10126453.

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

Color convert

RGB 117 132 154 -
CMYK 0.24 0.14 0 0.40
HSL 215.68º 0.15% 0.53% -
HSV(B) 215.68º 0.24% 0.6% -
XYZ 21.42 22.62 33.81 -
YUV 130.02 141.53 118.71 -
System Red Green Blue C M Y K H S L
Decimal 117 132 154 0.24 0.14 0 0.40 215.68 0.15 0.53
Hex 75 84 9A 18 E 0 28 D8 F 35
Octal 165 204 232 30 16 0 50 330 17 65
Binary 1110101 10000100 10011010 11000 1110 0 101000 11011000 1111 110101

Color Harmonies of #75849A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75849A

Black with #75849A

Text Example


Text Example

White with #75849A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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