Html Css Color HEX #75899B Light Slate Grey

📋 copy color: '#75899B'

red 117 ◦ green 137 ◦ blue 155

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

Shades of Light Slate Grey #75899B

Tints of Light Slate Grey #75899B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.5%

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

R = 28.61%
G = 33.5%
B = 37.9%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75899B (or 0x75899B) is known color: Light Slate Grey. HEX triplet: 75, 89 and 9B. RGB value is (117,137,155). Sum of RGB (Red+Green+Blue) = 117+137+155=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 155 - color contains mainly: blue. Hex color #75899B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75899B is #8A7664. Grayscale: #848484. Windows color (decimal): -9074277 or 10193269. OLE color: 10193269.

HSL color Cylindrical-coordinate representation of color #75899B: hue angle of 208.42º 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 #75899B is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 137 155 -
CMYK 0.25 0.12 0 0.39
HSL 208.42º 0.16% 0.53% -
HSV(B) 208.42º 0.25% 0.61% -
XYZ 22.2 24.04 34.48 -
YUV 133.07 140.37 116.54 -
System Red Green Blue C M Y K H S L
Decimal 117 137 155 0.25 0.12 0 0.39 208.42 0.16 0.53
Hex 75 89 9B 19 C 0 27 D0 10 35
Octal 165 211 233 31 14 0 47 320 20 65
Binary 1110101 10001001 10011011 11001 1100 0 100111 11010000 10000 110101

Color Harmonies of #75899B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75899B

Black with #75899B

Text Example


Text Example

White with #75899B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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