Html Css Color HEX #73829B Light Slate Grey

📋 copy color: '#73829B'

red 115 ◦ green 130 ◦ blue 155

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

Shades of Light Slate Grey #73829B

Tints of Light Slate Grey #73829B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.5%

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

R = 28.75%
G = 32.5%
B = 38.75%

CMYK

 C value IS 0.26

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#73829B (or 0x73829B) is known color: Light Slate Grey. HEX triplet: 73, 82 and 9B. RGB value is (115,130,155). Sum of RGB (Red+Green+Blue) = 115+130+155=400 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.75% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 155 - color contains mainly: blue. Hex color #73829B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73829B is #8C7D64. Grayscale: #808080. Windows color (decimal): -9207141 or 10191475. OLE color: 10191475.

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

Color convert

RGB 115 130 155 -
CMYK 0.26 0.16 0 0.39
HSL 217.5º 0.17% 0.53% -
HSV(B) 217.5º 0.26% 0.61% -
XYZ 20.97 21.98 34.15 -
YUV 128.37 143.03 118.47 -
System Red Green Blue C M Y K H S L
Decimal 115 130 155 0.26 0.16 0 0.39 217.5 0.17 0.53
Hex 73 82 9B 1A 10 0 27 DA 11 35
Octal 163 202 233 32 20 0 47 332 21 65
Binary 1110011 10000010 10011011 11010 10000 0 100111 11011010 10001 110101

Color Harmonies of #73829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73829B

Black with #73829B

Text Example


Text Example

White with #73829B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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