Html Css Color HEX #809393 Juniper

📋 copy color: '#809393'

red 128 ◦ green 147 ◦ blue 147

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

Shades of Juniper #809393

Tints of Juniper #809393

RGB

 RED value IS 128 (50.39% from 255) = 30.33%

 GREEN value IS 147 (57.81% from 255) = 34.83%

 BLUE value IS 147 (57.81% from 255) = 34.83%

R = 30.33%
G = 34.83%
B = 34.83%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#809393 (or 0x809393) is known color: Juniper. HEX triplet: 80, 93 and 93. RGB value is (128,147,147). Sum of RGB (Red+Green+Blue) = 128+147+147=422 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.33% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 147 - color contains mainly: green, blue. Hex color #809393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809393 is #7F6C6C. Grayscale: #8D8D8D. Windows color (decimal): -8350829 or 9671552. OLE color: 9671552.

HSL color Cylindrical-coordinate representation of color #809393: hue angle of 180º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #809393 is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 147 147 -
CMYK 0.13 0 0 0.42
HSL 180º 0.08% 0.54% -
HSV(B) 180º 0.13% 0.58% -
XYZ 24.6 27.56 31.63 -
YUV 141.32 131.21 118.5 -
System Red Green Blue C M Y K H S L
Decimal 128 147 147 0.13 0 0 0.42 180 0.08 0.54
Hex 80 93 93 D 0 0 2A B4 8 36
Octal 200 223 223 15 0 0 52 264 10 66
Binary 10000000 10010011 10010011 1101 0 0 101010 10110100 1000 110110

Color Harmonies of #809393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809393

Black with #809393

Text Example


Text Example

White with #809393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809393; }

 p { color: rgb(128,147,147); }

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

background-color css

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

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

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

border-color css

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

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

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