#869FAF

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

Shades of Bali Hai #869FAF

Tints of Bali Hai #869FAF

Color information

#869FAF (or 0x869FAF) is unknown color: approx Bali Hai. HEX triplet: 86, 9F and AF. RGB value is (134,159,175). Sum of RGB (Red+Green+Blue) = 134+159+175=468 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.63% from 468); Green value is 159 (62.5% from 255 or 33.97% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 175 - color contains mainly: blue. Hex color #869FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869FAF is #796050. Grayscale: #999999. Windows color (decimal): -7954513 or 11509638. OLE color: 11509638.

HSL color Cylindrical-coordinate representation of color #869FAF: hue angle of 203.41º 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 #869FAF is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB134159175-
CMYK0.230.0900.31
HSL203.41º20.4%60.59%-
HSV(B)203.41º23.43%68.63%-
XYZ29.9732.9645.34-
YUV153.35140.22114.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.63%
GREEN value IS 159 (62.5% from 255) = 33.97%
BLUE value IS 175 (68.75% from 255) = 37.39%
R=28.63%
G=33.97%
B=37.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1341591750.230.0900.31203.4120.460.59
Hex869FAF17901Fcb143d
Octal20623725727110373132475
Binary1000011010011111101011111011110010111111100101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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