Html Css Color HEX #8798AD Bali Hai

📋 copy color: '#8798AD'

red 135 ◦ green 152 ◦ blue 173

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

Shades of Bali Hai #8798AD

Tints of Bali Hai #8798AD

RGB

 RED value IS 135 (53.13% from 255) = 29.35%

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

 BLUE value IS 173 (67.97% from 255) = 37.61%

R = 29.35%
G = 33.04%
B = 37.61%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8798AD (or 0x8798AD) is known color: Bali Hai. HEX triplet: 87, 98 and AD. RGB value is (135,152,173). Sum of RGB (Red+Green+Blue) = 135+152+173=460 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.35% from 460); Green value is 152 (59.77% from 255 or 33.04% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 173 - color contains mainly: blue. Hex color #8798AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8798AD is #786752. Grayscale: #959595. Windows color (decimal): -7890771 or 11376775. OLE color: 11376775.

HSL color Cylindrical-coordinate representation of color #8798AD: hue angle of 213.16º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8798AD is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 135 152 173 -
CMYK 0.22 0.12 0 0.32
HSL 213.16º 0.19% 0.6% -
HSV(B) 213.16º 0.22% 0.68% -
XYZ 28.76 30.62 43.93 -
YUV 149.31 141.37 117.79 -
System Red Green Blue C M Y K H S L
Decimal 135 152 173 0.22 0.12 0 0.32 213.16 0.19 0.6
Hex 87 98 AD 16 C 0 20 D5 13 3C
Octal 207 230 255 26 14 0 40 325 23 74
Binary 10000111 10011000 10101101 10110 1100 0 100000 11010101 10011 111100

Color Harmonies of #8798AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8798AD

Black with #8798AD

Text Example


Text Example

White with #8798AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8798AD; }

 p { color: rgb(135,152,173); }

 H1.HeaderClassName
 {
   color: #8798AD;
 }
 .AnyTagClassName
 {
   color: #8798AD;
 }
</style>

background-color css

<style>
 a { background-color: #8798AD; }

 a { background-color: rgb(135,152,173); }

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

border-color css

<style>
 span { border-color: #8798AD; }

 span { border-color: rgb(135,152,173); }

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