Html Css Color HEX #73879B Light Slate Grey

📋 copy color: '#73879B'

red 115 ◦ green 135 ◦ blue 155

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

Shades of Light Slate Grey #73879B

Tints of Light Slate Grey #73879B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.33%

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

R = 28.4%
G = 33.33%
B = 38.27%

CMYK

 C value IS 0.26

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#73879B (or 0x73879B) is known color: Light Slate Grey. HEX triplet: 73, 87 and 9B. RGB value is (115,135,155). Sum of RGB (Red+Green+Blue) = 115+135+155=405 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.40% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 155 (60.94% from 255 or 38.27% from 405); Max value from RGB is 155 - color contains mainly: blue. Hex color #73879B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73879B is #8C7864. Grayscale: #838383. Windows color (decimal): -9205861 or 10192755. OLE color: 10192755.

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

Color convert

RGB 115 135 155 -
CMYK 0.26 0.13 0 0.39
HSL 210º 0.17% 0.53% -
HSV(B) 210º 0.26% 0.61% -
XYZ 21.65 23.34 34.37 -
YUV 131.3 141.37 116.37 -
System Red Green Blue C M Y K H S L
Decimal 115 135 155 0.26 0.13 0 0.39 210 0.17 0.53
Hex 73 87 9B 1A D 0 27 D2 11 35
Octal 163 207 233 32 15 0 47 322 21 65
Binary 1110011 10000111 10011011 11010 1101 0 100111 11010010 10001 110101

Color Harmonies of #73879B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73879B

Black with #73879B

Text Example


Text Example

White with #73879B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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