Html Css Color HEX #73889F Light Slate Grey

📋 copy color: '#73889F'

red 115 ◦ green 136 ◦ blue 159

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

Shades of Light Slate Grey #73889F

Tints of Light Slate Grey #73889F

RGB

 RED value IS 115 (45.31% from 255) = 28.05%

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

 BLUE value IS 159 (62.5% from 255) = 38.78%

R = 28.05%
G = 33.17%
B = 38.78%

CMYK

 C value IS 0.28

 M value IS 0.14

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#73889F (or 0x73889F) is known color: Light Slate Grey. HEX triplet: 73, 88 and 9F. RGB value is (115,136,159). Sum of RGB (Red+Green+Blue) = 115+136+159=410 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.05% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 159 (62.5% from 255 or 38.78% from 410); Max value from RGB is 159 - color contains mainly: blue. Hex color #73889F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73889F is #8C7760. Grayscale: #848484. Windows color (decimal): -9205601 or 10455155. OLE color: 10455155.

HSL color Cylindrical-coordinate representation of color #73889F: hue angle of 211.36º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #73889F is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 115 136 159 -
CMYK 0.28 0.14 0 0.38
HSL 211.36º 0.19% 0.54% -
HSV(B) 211.36º 0.28% 0.62% -
XYZ 22.13 23.76 36.22 -
YUV 132.34 143.04 115.63 -
System Red Green Blue C M Y K H S L
Decimal 115 136 159 0.28 0.14 0 0.38 211.36 0.19 0.54
Hex 73 88 9F 1C E 0 26 D3 13 36
Octal 163 210 237 34 16 0 46 323 23 66
Binary 1110011 10001000 10011111 11100 1110 0 100110 11010011 10011 110110

Color Harmonies of #73889F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73889F

Black with #73889F

Text Example


Text Example

White with #73889F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73889F; }

 p { color: rgb(115,136,159); }

 H1.HeaderClassName
 {
   color: #73889F;
 }
 .AnyTagClassName
 {
   color: #73889F;
 }
</style>

background-color css

<style>
 a { background-color: #73889F; }

 a { background-color: rgb(115,136,159); }

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

border-color css

<style>
 span { border-color: #73889F; }

 span { border-color: rgb(115,136,159); }

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