Html Css Color HEX #73869E Light Slate Grey

📋 copy color: '#73869E'

red 115 ◦ green 134 ◦ blue 158

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

Shades of Light Slate Grey #73869E

Tints of Light Slate Grey #73869E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.92%

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

R = 28.26%
G = 32.92%
B = 38.82%

CMYK

 C value IS 0.27

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#73869E (or 0x73869E) is known color: Light Slate Grey. HEX triplet: 73, 86 and 9E. RGB value is (115,134,158). Sum of RGB (Red+Green+Blue) = 115+134+158=407 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.26% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 158 (62.11% from 255 or 38.82% from 407); Max value from RGB is 158 - color contains mainly: blue. Hex color #73869E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73869E is #8C7961. Grayscale: #828282. Windows color (decimal): -9206114 or 10389107. OLE color: 10389107.

HSL color Cylindrical-coordinate representation of color #73869E: hue angle of 213.49º 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 #73869E is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 115 134 158 -
CMYK 0.27 0.15 0 0.38
HSL 213.49º 0.18% 0.54% -
HSV(B) 213.49º 0.27% 0.62% -
XYZ 21.77 23.16 35.67 -
YUV 131.06 143.21 116.55 -
System Red Green Blue C M Y K H S L
Decimal 115 134 158 0.27 0.15 0 0.38 213.49 0.18 0.54
Hex 73 86 9E 1B F 0 26 D5 12 36
Octal 163 206 236 33 17 0 46 325 22 66
Binary 1110011 10000110 10011110 11011 1111 0 100110 11010101 10010 110110

Color Harmonies of #73869E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73869E

Black with #73869E

Text Example


Text Example

White with #73869E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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