#869AA9

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

Shades of Bali Hai #869AA9

Tints of Bali Hai #869AA9

Color information

#869AA9 (or 0x869AA9) is unknown color: approx Bali Hai. HEX triplet: 86, 9A and A9. RGB value is (134,154,169). Sum of RGB (Red+Green+Blue) = 134+154+169=457 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.32% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 169 (66.41% from 255 or 36.98% from 457); Max value from RGB is 169 - color contains mainly: blue. Hex color #869AA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869AA9 is #796556. Grayscale: #959595. Windows color (decimal): -7955799 or 11115142. OLE color: 11115142.

HSL color Cylindrical-coordinate representation of color #869AA9: hue angle of 205.71º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #869AA9 is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB134154169-
CMYK0.210.0900.34
HSL205.71º16.91%59.41%-
HSV(B)205.71º20.71%66.27%-
XYZ28.5531.0442.02-
YUV149.73138.87116.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.32%
GREEN value IS 154 (60.55% from 255) = 33.70%
BLUE value IS 169 (66.41% from 255) = 36.98%
R=29.32%
G=33.70%
B=36.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1341541690.210.0900.34205.7116.9159.41
Hex869AA9159022ce113b
Octal20623225125110423162173
Binary10000110100110101010100110101100101000101100111010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,154,169); }

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

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

 a { background-color: rgb(134,154,169); }

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

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

 span { border-color: rgb(134,154,169); }

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