Html Css Color HEX #8299B3 Bali Hai

📋 copy color: '#8299B3'

red 130 ◦ green 153 ◦ blue 179

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

Shades of Bali Hai #8299B3

Tints of Bali Hai #8299B3

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.12%

 BLUE value IS 179 (70.31% from 255) = 38.74%

R = 28.14%
G = 33.12%
B = 38.74%

CMYK

 C value IS 0.27

 M value IS 0.15

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8299B3 (or 0x8299B3) is known color: Bali Hai. HEX triplet: 82, 99 and B3. RGB value is (130,153,179). Sum of RGB (Red+Green+Blue) = 130+153+179=462 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.14% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 179 (70.31% from 255 or 38.74% from 462); Max value from RGB is 179 - color contains mainly: blue. Hex color #8299B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8299B3 is #7D664C. Grayscale: #949494. Windows color (decimal): -8218189 or 11770242. OLE color: 11770242.

HSL color Cylindrical-coordinate representation of color #8299B3: hue angle of 211.84º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8299B3 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 130 153 179 -
CMYK 0.27 0.15 0 0.30
HSL 211.84º 0.24% 0.61% -
HSV(B) 211.84º 0.27% 0.7% -
XYZ 28.73 30.78 47.08 -
YUV 149.09 144.88 114.39 -
System Red Green Blue C M Y K H S L
Decimal 130 153 179 0.27 0.15 0 0.30 211.84 0.24 0.61
Hex 82 99 B3 1B F 0 1E D4 18 3D
Octal 202 231 263 33 17 0 36 324 30 75
Binary 10000010 10011001 10110011 11011 1111 0 11110 11010100 11000 111101

Color Harmonies of #8299B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8299B3

Black with #8299B3

Text Example


Text Example

White with #8299B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8299B3; }

 p { color: rgb(130,153,179); }

 H1.HeaderClassName
 {
   color: #8299B3;
 }
 .AnyTagClassName
 {
   color: #8299B3;
 }
</style>

background-color css

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

 a { background-color: rgb(130,153,179); }

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

border-color css

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

 span { border-color: rgb(130,153,179); }

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