Html Css Color HEX #73859E Light Slate Grey

📋 copy color: '#73859E'

red 115 ◦ green 133 ◦ blue 158

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

Shades of Light Slate Grey #73859E

Tints of Light Slate Grey #73859E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.76%

 BLUE value IS 158 (62.11% from 255) = 38.92%

R = 28.33%
G = 32.76%
B = 38.92%

CMYK

 C value IS 0.27

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#73859E (or 0x73859E) is known color: Light Slate Grey. HEX triplet: 73, 85 and 9E. RGB value is (115,133,158). Sum of RGB (Red+Green+Blue) = 115+133+158=406 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.33% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 158 (62.11% from 255 or 38.92% from 406); Max value from RGB is 158 - color contains mainly: blue. Hex color #73859E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73859E is #8C7A61. Grayscale: #828282. Windows color (decimal): -9206370 or 10388851. OLE color: 10388851.

HSL color Cylindrical-coordinate representation of color #73859E: hue angle of 214.88º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #73859E is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 115 133 158 -
CMYK 0.27 0.16 0 0.38
HSL 214.88º 0.18% 0.54% -
HSV(B) 214.88º 0.27% 0.62% -
XYZ 21.63 22.89 35.63 -
YUV 130.47 143.54 116.97 -
System Red Green Blue C M Y K H S L
Decimal 115 133 158 0.27 0.16 0 0.38 214.88 0.18 0.54
Hex 73 85 9E 1B 10 0 26 D7 12 36
Octal 163 205 236 33 20 0 46 327 22 66
Binary 1110011 10000101 10011110 11011 10000 0 100110 11010111 10010 110110

Color Harmonies of #73859E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73859E

Black with #73859E

Text Example


Text Example

White with #73859E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73859E; }

 p { color: rgb(115,133,158); }

 H1.HeaderClassName
 {
   color: #73859E;
 }
 .AnyTagClassName
 {
   color: #73859E;
 }
</style>

background-color css

<style>
 a { background-color: #73859E; }

 a { background-color: rgb(115,133,158); }

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

border-color css

<style>
 span { border-color: #73859E; }

 span { border-color: rgb(115,133,158); }

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