Html Css Color HEX #8D9FAD Bali Hai

📋 copy color: '#8D9FAD'

red 141 ◦ green 159 ◦ blue 173

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

Shades of Bali Hai #8D9FAD

Tints of Bali Hai #8D9FAD

RGB

 RED value IS 141 (55.47% from 255) = 29.81%

 GREEN value IS 159 (62.5% from 255) = 33.62%

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

R = 29.81%
G = 33.62%
B = 36.58%

CMYK

 C value IS 0.18

 M value IS 0.08

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8D9FAD (or 0x8D9FAD) is known color: Bali Hai. HEX triplet: 8D, 9F and AD. RGB value is (141,159,173). Sum of RGB (Red+Green+Blue) = 141+159+173=473 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.81% from 473); Green value is 159 (62.5% from 255 or 33.62% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 173 - color contains mainly: blue. Hex color #8D9FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9FAD is #726052. Grayscale: #9B9B9B. Windows color (decimal): -7495763 or 11378573. OLE color: 11378573.

HSL color Cylindrical-coordinate representation of color #8D9FAD: hue angle of 206.25º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8D9FAD is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 141 159 173 -
CMYK 0.18 0.08 0 0.32
HSL 206.25º 0.16% 0.62% -
HSV(B) 206.25º 0.18% 0.68% -
XYZ 30.93 33.48 44.37 -
YUV 155.21 138.04 117.86 -
System Red Green Blue C M Y K H S L
Decimal 141 159 173 0.18 0.08 0 0.32 206.25 0.16 0.62
Hex 8D 9F AD 12 8 0 20 CE 10 3E
Octal 215 237 255 22 10 0 40 316 20 76
Binary 10001101 10011111 10101101 10010 1000 0 100000 11001110 10000 111110

Color Harmonies of #8D9FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9FAD

Black with #8D9FAD

Text Example


Text Example

White with #8D9FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D9FAD; }

 p { color: rgb(141,159,173); }

 H1.HeaderClassName
 {
   color: #8D9FAD;
 }
 .AnyTagClassName
 {
   color: #8D9FAD;
 }
</style>

background-color css

<style>
 a { background-color: #8D9FAD; }

 a { background-color: rgb(141,159,173); }

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

border-color css

<style>
 span { border-color: #8D9FAD; }

 span { border-color: rgb(141,159,173); }

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