#889398

Color #889398 Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #889398

Tints of Bali Hai #889398

Color information

#889398 (or 0x889398) is unknown color: approx Bali Hai. HEX triplet: 88, 93 and 98. RGB value is (136,147,152). Sum of RGB (Red+Green+Blue) = 136+147+152=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 147 (57.81% from 255 or 33.79% from 435); Blue value is 152 (59.77% from 255 or 34.94% from 435); Max value from RGB is 152 - color contains mainly: blue. Hex color #889398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889398 is #776C67. Grayscale: #909090. Windows color (decimal): -7826536 or 9999240. OLE color: 9999240.

HSL color Cylindrical-coordinate representation of color #889398: hue angle of 198.75º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #889398 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB136147152-
CMYK0.110.0300.40
HSL198.75º7.21%56.47%-
HSV(B)198.75º10.53%59.61%-
XYZ26.2528.3733.8-
YUV144.28132.36122.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.26%
GREEN value IS 147 (57.81% from 255) = 33.79%
BLUE value IS 152 (59.77% from 255) = 34.94%
R=31.26%
G=33.79%
B=34.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1361471520.110.0300.40198.757.2156.47
Hex889398B3028c7738
Octal210223230133050307770
Binary100010001001001110011000101111010100011000111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889398; }

 p { color: rgb(136,147,152); }

 H1.HeaderClassName
 {
   color: #889398;
 }
 .AnyTagClassName
 {
   color: #889398;
 }
</style>
background-color css

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

 a { background-color: rgb(136,147,152); }

 div.DivClassName
 {
   background-color: #889398;
 }
 .BgClassName
 {
   background-color: #889398;
 }
</style>
border-color css

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

 span { border-color: rgb(136,147,152); }

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