Html Css Color HEX #73839B Light Slate Grey

📋 copy color: '#73839B'

red 115 ◦ green 131 ◦ blue 155

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

Shades of Light Slate Grey #73839B

Tints of Light Slate Grey #73839B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.67%

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

R = 28.68%
G = 32.67%
B = 38.65%

CMYK

 C value IS 0.26

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#73839B (or 0x73839B) is known color: Light Slate Grey. HEX triplet: 73, 83 and 9B. RGB value is (115,131,155). Sum of RGB (Red+Green+Blue) = 115+131+155=401 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.68% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 155 - color contains mainly: blue. Hex color #73839B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73839B is #8C7C64. Grayscale: #808080. Windows color (decimal): -9206885 or 10191731. OLE color: 10191731.

HSL color Cylindrical-coordinate representation of color #73839B: hue angle of 216º 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 #73839B is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 115 131 155 -
CMYK 0.26 0.15 0 0.39
HSL 216º 0.17% 0.53% -
HSV(B) 216º 0.26% 0.61% -
XYZ 21.1 22.24 34.19 -
YUV 128.95 142.7 118.05 -
System Red Green Blue C M Y K H S L
Decimal 115 131 155 0.26 0.15 0 0.39 216 0.17 0.53
Hex 73 83 9B 1A F 0 27 D8 11 35
Octal 163 203 233 32 17 0 47 330 21 65
Binary 1110011 10000011 10011011 11010 1111 0 100111 11011000 10001 110101

Color Harmonies of #73839B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73839B

Black with #73839B

Text Example


Text Example

White with #73839B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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