Html Css Color HEX #8298A3 Bali Hai

📋 copy color: '#8298A3'

red 130 ◦ green 152 ◦ blue 163

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

Shades of Bali Hai #8298A3

Tints of Bali Hai #8298A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 36.63%

R = 29.21%
G = 34.16%
B = 36.63%

CMYK

 C value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#8298A3 (or 0x8298A3) is known color: Bali Hai. HEX triplet: 82, 98 and A3. RGB value is (130,152,163). Sum of RGB (Red+Green+Blue) = 130+152+163=445 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.21% from 445); Green value is 152 (59.77% from 255 or 34.16% from 445); Blue value is 163 (64.06% from 255 or 36.63% from 445); Max value from RGB is 163 - color contains mainly: blue. Hex color #8298A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8298A3 is #7D675C. Grayscale: #929292. Windows color (decimal): -8218461 or 10721410. OLE color: 10721410.

HSL color Cylindrical-coordinate representation of color #8298A3: hue angle of 200º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8298A3 is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 130 152 163 -
CMYK 0.20 0.07 0 0.36
HSL 200º 0.15% 0.57% -
HSV(B) 200º 0.2% 0.64% -
XYZ 27.05 29.85 38.99 -
YUV 146.68 137.21 116.11 -
System Red Green Blue C M Y K H S L
Decimal 130 152 163 0.20 0.07 0 0.36 200 0.15 0.57
Hex 82 98 A3 14 7 0 24 C8 F 39
Octal 202 230 243 24 7 0 44 310 17 71
Binary 10000010 10011000 10100011 10100 111 0 100100 11001000 1111 111001

Color Harmonies of #8298A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8298A3

Black with #8298A3

Text Example


Text Example

White with #8298A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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