Html Css Color HEX #809BA0 Ziggurat

📋 copy color: '#809BA0'

red 128 ◦ green 155 ◦ blue 160

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

Shades of Ziggurat #809BA0

Tints of Ziggurat #809BA0

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.99%

 BLUE value IS 160 (62.89% from 255) = 36.12%

R = 28.89%
G = 34.99%
B = 36.12%

CMYK

 C value IS 0.20

 M value IS 0.03

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#809BA0 (or 0x809BA0) is known color: Ziggurat. HEX triplet: 80, 9B and A0. RGB value is (128,155,160). Sum of RGB (Red+Green+Blue) = 128+155+160=443 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.89% from 443); Green value is 155 (60.94% from 255 or 34.99% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 160 - color contains mainly: blue. Hex color #809BA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809BA0 is #7F645F. Grayscale: #939393. Windows color (decimal): -8348768 or 10525568. OLE color: 10525568.

HSL color Cylindrical-coordinate representation of color #809BA0: hue angle of 189.38º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #809BA0 is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 128 155 160 -
CMYK 0.20 0.03 0 0.37
HSL 189.38º 0.14% 0.56% -
HSV(B) 189.38º 0.2% 0.63% -
XYZ 26.97 30.57 37.74 -
YUV 147.5 135.05 114.09 -
System Red Green Blue C M Y K H S L
Decimal 128 155 160 0.20 0.03 0 0.37 189.38 0.14 0.56
Hex 80 9B A0 14 3 0 25 BD E 38
Octal 200 233 240 24 3 0 45 275 16 70
Binary 10000000 10011011 10100000 10100 11 0 100101 10111101 1110 111000

Color Harmonies of #809BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809BA0

Black with #809BA0

Text Example


Text Example

White with #809BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809BA0; }

 p { color: rgb(128,155,160); }

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

background-color css

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

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

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

border-color css

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

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

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