#819298

Color #819298 Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #819298

Tints of Bali Hai #819298

Color information

#819298 (or 0x819298) is unknown color: approx Bali Hai. HEX triplet: 81, 92 and 98. RGB value is (129,146,152). Sum of RGB (Red+Green+Blue) = 129+146+152=427 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.21% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 152 (59.77% from 255 or 35.60% from 427); Max value from RGB is 152 - color contains mainly: blue. Hex color #819298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819298 is #7E6D67. Grayscale: #8D8D8D. Windows color (decimal): -8285544 or 9998977. OLE color: 9998977.

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

Color convert

RGB129146152-
CMYK0.150.0400.40
HSL195.65º10.04%55.1%-
HSV(B)195.65º15.13%59.61%-
XYZ2527.4933.69-
YUV141.6133.87119.01-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.21%
GREEN value IS 146 (57.42% from 255) = 34.19%
BLUE value IS 152 (59.77% from 255) = 35.60%
R=30.21%
G=34.19%
B=35.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1291461520.150.0400.40195.6510.0455.1
Hex819298F4028c4a37
Octal2012222301740503041267
Binary10000001100100101001100011111000101000110001001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819298; }

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

 H1.HeaderClassName
 {
   color: #819298;
 }
 .AnyTagClassName
 {
   color: #819298;
 }
</style>
background-color css

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

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

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

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

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

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