Html Css Color HEX #809298 Bali Hai

📋 copy color: '#809298'

red 128 ◦ green 146 ◦ blue 152

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

Shades of Bali Hai #809298

Tints of Bali Hai #809298

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.27%

 BLUE value IS 152 (59.77% from 255) = 35.68%

R = 30.05%
G = 34.27%
B = 35.68%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#809298 (or 0x809298) is known color: Bali Hai. HEX triplet: 80, 92 and 98. RGB value is (128,146,152). Sum of RGB (Red+Green+Blue) = 128+146+152=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 146 (57.42% from 255 or 34.27% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 152 - color contains mainly: blue. Hex color #809298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809298 is #7F6D67. Grayscale: #8D8D8D. Windows color (decimal): -8351080 or 9998976. OLE color: 9998976.

HSL color Cylindrical-coordinate representation of color #809298: hue angle of 195º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #809298 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 128 146 152 -
CMYK 0.16 0.04 0 0.40
HSL 195º 0.1% 0.55% -
HSV(B) 195º 0.16% 0.6% -
XYZ 24.85 27.41 33.69 -
YUV 141.3 134.04 118.51 -
System Red Green Blue C M Y K H S L
Decimal 128 146 152 0.16 0.04 0 0.40 195 0.1 0.55
Hex 80 92 98 10 4 0 28 C3 A 37
Octal 200 222 230 20 4 0 50 303 12 67
Binary 10000000 10010010 10011000 10000 100 0 101000 11000011 1010 110111

Color Harmonies of #809298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809298

Black with #809298

Text Example


Text Example

White with #809298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809298; }

 p { color: rgb(128,146,152); }

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

background-color css

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

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

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

border-color css

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

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

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