#869AAF

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

Shades of Bali Hai #869AAF

Tints of Bali Hai #869AAF

Color information

#869AAF (or 0x869AAF) is unknown color: approx Bali Hai. HEX triplet: 86, 9A and AF. RGB value is (134,154,175). Sum of RGB (Red+Green+Blue) = 134+154+175=463 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.94% from 463); Green value is 154 (60.55% from 255 or 33.26% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 175 - color contains mainly: blue. Hex color #869AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869AAF is #796550. Grayscale: #969696. Windows color (decimal): -7955793 or 11508358. OLE color: 11508358.

HSL color Cylindrical-coordinate representation of color #869AAF: hue angle of 210.73º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #869AAF is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB134154175-
CMYK0.230.1200.31
HSL210.73º20.4%60.59%-
HSV(B)210.73º23.43%68.63%-
XYZ29.1231.2745.06-
YUV150.41141.87116.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.94%
GREEN value IS 154 (60.55% from 255) = 33.26%
BLUE value IS 175 (68.75% from 255) = 37.80%
R=28.94%
G=33.26%
B=37.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1341541750.230.1200.31210.7320.460.59
Hex869AAF17C01Fd3143d
Octal20623225727140373232475
Binary1000011010011010101011111011111000111111101001110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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