Html Css Color HEX #75849B Light Slate Grey

📋 copy color: '#75849B'

red 117 ◦ green 132 ◦ blue 155

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

Shades of Light Slate Grey #75849B

Tints of Light Slate Grey #75849B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.37%

R = 28.96%
G = 32.67%
B = 38.37%

CMYK

 C value IS 0.25

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75849B (or 0x75849B) is known color: Light Slate Grey. HEX triplet: 75, 84 and 9B. RGB value is (117,132,155). Sum of RGB (Red+Green+Blue) = 117+132+155=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 155 - color contains mainly: blue. Hex color #75849B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75849B is #8A7B64. Grayscale: #828282. Windows color (decimal): -9075557 or 10191989. OLE color: 10191989.

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

Color convert

RGB 117 132 155 -
CMYK 0.25 0.15 0 0.39
HSL 216.32º 0.16% 0.53% -
HSV(B) 216.32º 0.25% 0.61% -
XYZ 21.5 22.65 34.25 -
YUV 130.14 142.03 118.63 -
System Red Green Blue C M Y K H S L
Decimal 117 132 155 0.25 0.15 0 0.39 216.32 0.16 0.53
Hex 75 84 9B 19 F 0 27 D8 10 35
Octal 165 204 233 31 17 0 47 330 20 65
Binary 1110101 10000100 10011011 11001 1111 0 100111 11011000 10000 110101

Color Harmonies of #75849B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75849B

Black with #75849B

Text Example


Text Example

White with #75849B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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