#869EAD

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

Shades of Bali Hai #869EAD

Tints of Bali Hai #869EAD

Color information

#869EAD (or 0x869EAD) is unknown color: approx Bali Hai. HEX triplet: 86, 9E and AD. RGB value is (134,158,173). Sum of RGB (Red+Green+Blue) = 134+158+173=465 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.82% from 465); Green value is 158 (62.11% from 255 or 33.98% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 173 - color contains mainly: blue. Hex color #869EAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869EAD is #796152. Grayscale: #989898. Windows color (decimal): -7954771 or 11378310. OLE color: 11378310.

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

Color convert

RGB134158173-
CMYK0.230.0900.32
HSL203.08º19.21%60.2%-
HSV(B)203.08º22.54%67.84%-
XYZ29.632.5444.26-
YUV152.53139.55114.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.82%
GREEN value IS 158 (62.11% from 255) = 33.98%
BLUE value IS 173 (67.97% from 255) = 37.20%
R=28.82%
G=33.98%
B=37.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1341581730.230.0900.32203.0819.2160.2
Hex869EAD179020cb133c
Octal20623625527110403132374
Binary10000110100111101010110110111100101000001100101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869EAD; }

 p { color: rgb(134,158,173); }

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

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

 a { background-color: rgb(134,158,173); }

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

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

 span { border-color: rgb(134,158,173); }

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