Html Css Color HEX #73869B Light Slate Grey

📋 copy color: '#73869B'

red 115 ◦ green 134 ◦ blue 155

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

Shades of Light Slate Grey #73869B

Tints of Light Slate Grey #73869B

RGB

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

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

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

R = 28.47%
G = 33.17%
B = 38.37%

CMYK

 C value IS 0.26

 M value IS 0.14

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#73869B (or 0x73869B) is known color: Light Slate Grey. HEX triplet: 73, 86 and 9B. RGB value is (115,134,155). Sum of RGB (Red+Green+Blue) = 115+134+155=404 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.47% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 155 - color contains mainly: blue. Hex color #73869B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73869B is #8C7964. Grayscale: #828282. Windows color (decimal): -9206117 or 10192499. OLE color: 10192499.

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

Color convert

RGB 115 134 155 -
CMYK 0.26 0.14 0 0.39
HSL 211.5º 0.17% 0.53% -
HSV(B) 211.5º 0.26% 0.61% -
XYZ 21.51 23.06 34.33 -
YUV 130.71 141.71 116.79 -
System Red Green Blue C M Y K H S L
Decimal 115 134 155 0.26 0.14 0 0.39 211.5 0.17 0.53
Hex 73 86 9B 1A E 0 27 D4 11 35
Octal 163 206 233 32 16 0 47 324 21 65
Binary 1110011 10000110 10011011 11010 1110 0 100111 11010100 10001 110101

Color Harmonies of #73869B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73869B

Black with #73869B

Text Example


Text Example

White with #73869B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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