Html Css Color HEX #8298AB Bali Hai

📋 copy color: '#8298AB'

red 130 ◦ green 152 ◦ blue 171

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

Shades of Bali Hai #8298AB

Tints of Bali Hai #8298AB

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.55%

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

R = 28.7%
G = 33.55%
B = 37.75%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8298AB (or 0x8298AB) is known color: Bali Hai. HEX triplet: 82, 98 and AB. RGB value is (130,152,171). Sum of RGB (Red+Green+Blue) = 130+152+171=453 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.70% from 453); Green value is 152 (59.77% from 255 or 33.55% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 171 - color contains mainly: blue. Hex color #8298AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8298AB is #7D6754. Grayscale: #939393. Windows color (decimal): -8218453 or 11245698. OLE color: 11245698.

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

Color convert

RGB 130 152 171 -
CMYK 0.24 0.11 0 0.33
HSL 207.8º 0.2% 0.59% -
HSV(B) 207.8º 0.24% 0.67% -
XYZ 27.78 30.14 42.88 -
YUV 147.59 141.21 115.46 -
System Red Green Blue C M Y K H S L
Decimal 130 152 171 0.24 0.11 0 0.33 207.8 0.2 0.59
Hex 82 98 AB 18 B 0 21 D0 14 3B
Octal 202 230 253 30 13 0 41 320 24 73
Binary 10000010 10011000 10101011 11000 1011 0 100001 11010000 10100 111011

Color Harmonies of #8298AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8298AB

Black with #8298AB

Text Example


Text Example

White with #8298AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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