Html Css Color HEX #73809B Light Slate Grey

📋 copy color: '#73809B'

red 115 ◦ green 128 ◦ blue 155

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

Shades of Light Slate Grey #73809B

Tints of Light Slate Grey #73809B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.16%

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

R = 28.89%
G = 32.16%
B = 38.94%

CMYK

 C value IS 0.26

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#73809B (or 0x73809B) is known color: Light Slate Grey. HEX triplet: 73, 80 and 9B. RGB value is (115,128,155). Sum of RGB (Red+Green+Blue) = 115+128+155=398 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.89% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 155 - color contains mainly: blue. Hex color #73809B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73809B is #8C7F64. Grayscale: #7F7F7F. Windows color (decimal): -9207653 or 10190963. OLE color: 10190963.

HSL color Cylindrical-coordinate representation of color #73809B: hue angle of 220.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #73809B is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 115 128 155 -
CMYK 0.26 0.17 0 0.39
HSL 220.5º 0.17% 0.53% -
HSV(B) 220.5º 0.26% 0.61% -
XYZ 20.71 21.45 34.06 -
YUV 127.19 143.69 119.3 -
System Red Green Blue C M Y K H S L
Decimal 115 128 155 0.26 0.17 0 0.39 220.5 0.17 0.53
Hex 73 80 9B 1A 11 0 27 DC 11 35
Octal 163 200 233 32 21 0 47 334 21 65
Binary 1110011 10000000 10011011 11010 10001 0 100111 11011100 10001 110101

Color Harmonies of #73809B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73809B

Black with #73809B

Text Example


Text Example

White with #73809B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,128,155); }

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

background-color css

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

 a { background-color: rgb(115,128,155); }

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

border-color css

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

 span { border-color: rgb(115,128,155); }

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