Html Css Color HEX #8295AB Bali Hai

📋 copy color: '#8295AB'

red 130 ◦ green 149 ◦ blue 171

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

Shades of Bali Hai #8295AB

Tints of Bali Hai #8295AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38%

R = 28.89%
G = 33.11%
B = 38%

CMYK

 C value IS 0.24

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8295AB (or 0x8295AB) is known color: Bali Hai. HEX triplet: 82, 95 and AB. RGB value is (130,149,171). Sum of RGB (Red+Green+Blue) = 130+149+171=450 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.89% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 171 - color contains mainly: blue. Hex color #8295AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8295AB is #7D6A54. Grayscale: #919191. Windows color (decimal): -8219221 or 11244930. OLE color: 11244930.

HSL color Cylindrical-coordinate representation of color #8295AB: hue angle of 212.2º degrees, saturation: 0.2, 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 #8295AB is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 149 171 -
CMYK 0.24 0.13 0 0.33
HSL 212.2º 0.2% 0.59% -
HSV(B) 212.2º 0.24% 0.67% -
XYZ 27.3 29.18 42.72 -
YUV 145.83 142.21 116.71 -
System Red Green Blue C M Y K H S L
Decimal 130 149 171 0.24 0.13 0 0.33 212.2 0.2 0.59
Hex 82 95 AB 18 D 0 21 D4 14 3B
Octal 202 225 253 30 15 0 41 324 24 73
Binary 10000010 10010101 10101011 11000 1101 0 100001 11010100 10100 111011

Color Harmonies of #8295AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8295AB

Black with #8295AB

Text Example


Text Example

White with #8295AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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