Html Css Color HEX #73859F Light Slate Grey

📋 copy color: '#73859F'

red 115 ◦ green 133 ◦ blue 159

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

Shades of Light Slate Grey #73859F

Tints of Light Slate Grey #73859F

RGB

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

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

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

R = 28.26%
G = 32.68%
B = 39.07%

CMYK

 C value IS 0.28

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#73859F (or 0x73859F) is known color: Light Slate Grey. HEX triplet: 73, 85 and 9F. RGB value is (115,133,159). Sum of RGB (Red+Green+Blue) = 115+133+159=407 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.26% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 159 - color contains mainly: blue. Hex color #73859F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73859F is #8C7A60. Grayscale: #828282. Windows color (decimal): -9206369 or 10454387. OLE color: 10454387.

HSL color Cylindrical-coordinate representation of color #73859F: hue angle of 215.45º 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 #73859F is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 115 133 159 -
CMYK 0.28 0.16 0 0.38
HSL 215.45º 0.19% 0.54% -
HSV(B) 215.45º 0.28% 0.62% -
XYZ 21.72 22.92 36.08 -
YUV 130.58 144.04 116.89 -
System Red Green Blue C M Y K H S L
Decimal 115 133 159 0.28 0.16 0 0.38 215.45 0.19 0.54
Hex 73 85 9F 1C 10 0 26 D7 13 36
Octal 163 205 237 34 20 0 46 327 23 66
Binary 1110011 10000101 10011111 11100 10000 0 100110 11010111 10011 110110

Color Harmonies of #73859F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73859F

Black with #73859F

Text Example


Text Example

White with #73859F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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