#829298

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

Shades of Bali Hai #829298

Tints of Bali Hai #829298

Color information

#829298 (or 0x829298) is unknown color: approx Bali Hai. HEX triplet: 82, 92 and 98. RGB value is (130,146,152). Sum of RGB (Red+Green+Blue) = 130+146+152=428 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.37% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 152 (59.77% from 255 or 35.51% from 428); Max value from RGB is 152 - color contains mainly: blue. Hex color #829298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829298 is #7D6D67. Grayscale: #8D8D8D. Windows color (decimal): -8220008 or 9998978. OLE color: 9998978.

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

Color convert

RGB130146152-
CMYK0.140.0400.40
HSL196.36º9.65%55.29%-
HSV(B)196.36º14.47%59.61%-
XYZ25.1527.5733.7-
YUV141.9133.7119.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.37%
GREEN value IS 146 (57.42% from 255) = 34.11%
BLUE value IS 152 (59.77% from 255) = 35.51%
R=30.37%
G=34.11%
B=35.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1301461520.140.0400.40196.369.6555.29
Hex829298E4028c4a37
Octal2022222301640503041267
Binary10000010100100101001100011101000101000110001001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829298; }

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

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

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

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

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

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

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

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