Html Css Color HEX #8295AA Bali Hai

📋 copy color: '#8295AA'

red 130 ◦ green 149 ◦ blue 170

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

Shades of Bali Hai #8295AA

Tints of Bali Hai #8295AA

RGB

 RED value IS 130 (51.17% from 255) = 28.95%

 GREEN value IS 149 (58.59% from 255) = 33.18%

 BLUE value IS 170 (66.8% from 255) = 37.86%

R = 28.95%
G = 33.18%
B = 37.86%

CMYK

 C value IS 0.24

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8295AA (or 0x8295AA) is known color: Bali Hai. HEX triplet: 82, 95 and AA. RGB value is (130,149,170). Sum of RGB (Red+Green+Blue) = 130+149+170=449 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.95% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 170 - color contains mainly: blue. Hex color #8295AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8295AA is #7D6A55. Grayscale: #919191. Windows color (decimal): -8219222 or 11179394. OLE color: 11179394.

HSL color Cylindrical-coordinate representation of color #8295AA: hue angle of 211.5º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8295AA is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 149 170 -
CMYK 0.24 0.12 0 0.33
HSL 211.5º 0.19% 0.59% -
HSV(B) 211.5º 0.24% 0.67% -
XYZ 27.21 29.14 42.22 -
YUV 145.71 141.71 116.79 -
System Red Green Blue C M Y K H S L
Decimal 130 149 170 0.24 0.12 0 0.33 211.5 0.19 0.59
Hex 82 95 AA 18 C 0 21 D4 13 3B
Octal 202 225 252 30 14 0 41 324 23 73
Binary 10000010 10010101 10101010 11000 1100 0 100001 11010100 10011 111011

Color Harmonies of #8295AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8295AA

Black with #8295AA

Text Example


Text Example

White with #8295AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8295AA; }

 p { color: rgb(130,149,170); }

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

background-color css

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

 a { background-color: rgb(130,149,170); }

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

border-color css

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

 span { border-color: rgb(130,149,170); }

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