Html Css Color HEX #889FB3 Bali Hai

📋 copy color: '#889FB3'

red 136 ◦ green 159 ◦ blue 179

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

Shades of Bali Hai #889FB3

Tints of Bali Hai #889FB3

RGB

 RED value IS 136 (53.52% from 255) = 28.69%

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

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

R = 28.69%
G = 33.54%
B = 37.76%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#889FB3 (or 0x889FB3) is known color: Bali Hai. HEX triplet: 88, 9F and B3. RGB value is (136,159,179). Sum of RGB (Red+Green+Blue) = 136+159+179=474 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.69% from 474); Green value is 159 (62.5% from 255 or 33.54% from 474); Blue value is 179 (70.31% from 255 or 37.76% from 474); Max value from RGB is 179 - color contains mainly: blue. Hex color #889FB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889FB3 is #77604C. Grayscale: #9A9A9A. Windows color (decimal): -7823437 or 11771784. OLE color: 11771784.

HSL color Cylindrical-coordinate representation of color #889FB3: hue angle of 207.91º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #889FB3 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 136 159 179 -
CMYK 0.24 0.11 0 0.30
HSL 207.91º 0.22% 0.62% -
HSV(B) 207.91º 0.24% 0.7% -
XYZ 30.69 33.29 47.46 -
YUV 154.4 141.88 114.87 -
System Red Green Blue C M Y K H S L
Decimal 136 159 179 0.24 0.11 0 0.30 207.91 0.22 0.62
Hex 88 9F B3 18 B 0 1E D0 16 3E
Octal 210 237 263 30 13 0 36 320 26 76
Binary 10001000 10011111 10110011 11000 1011 0 11110 11010000 10110 111110

Color Harmonies of #889FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889FB3

Black with #889FB3

Text Example


Text Example

White with #889FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889FB3; }

 p { color: rgb(136,159,179); }

 H1.HeaderClassName
 {
   color: #889FB3;
 }
 .AnyTagClassName
 {
   color: #889FB3;
 }
</style>

background-color css

<style>
 a { background-color: #889FB3; }

 a { background-color: rgb(136,159,179); }

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

border-color css

<style>
 span { border-color: #889FB3; }

 span { border-color: rgb(136,159,179); }

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