Html Css Color HEX #75889B Light Slate Grey

📋 copy color: '#75889B'

red 117 ◦ green 136 ◦ blue 155

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

Shades of Light Slate Grey #75889B

Tints of Light Slate Grey #75889B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.33%

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

R = 28.68%
G = 33.33%
B = 37.99%

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

#75889B (or 0x75889B) is known color: Light Slate Grey. HEX triplet: 75, 88 and 9B. RGB value is (117,136,155). Sum of RGB (Red+Green+Blue) = 117+136+155=408 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.68% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 155 - color contains mainly: blue. Hex color #75889B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75889B is #8A7764. Grayscale: #848484. Windows color (decimal): -9074533 or 10193013. OLE color: 10193013.

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

Color convert

RGB 117 136 155 -
CMYK 0.25 0.12 0 0.39
HSL 210º 0.16% 0.53% -
HSV(B) 210º 0.25% 0.61% -
XYZ 22.06 23.76 34.43 -
YUV 132.49 140.71 116.96 -
System Red Green Blue C M Y K H S L
Decimal 117 136 155 0.25 0.12 0 0.39 210 0.16 0.53
Hex 75 88 9B 19 C 0 27 D2 10 35
Octal 165 210 233 31 14 0 47 322 20 65
Binary 1110101 10001000 10011011 11001 1100 0 100111 11010010 10000 110101

Color Harmonies of #75889B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75889B

Black with #75889B

Text Example


Text Example

White with #75889B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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