#869FB1

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

Shades of Bali Hai #869FB1

Tints of Bali Hai #869FB1

Color information

#869FB1 (or 0x869FB1) is unknown color: approx Bali Hai. HEX triplet: 86, 9F and B1. RGB value is (134,159,177). Sum of RGB (Red+Green+Blue) = 134+159+177=470 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.51% from 470); Green value is 159 (62.5% from 255 or 33.83% from 470); Blue value is 177 (69.53% from 255 or 37.66% from 470); Max value from RGB is 177 - color contains mainly: blue. Hex color #869FB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869FB1 is #79604E. Grayscale: #999999. Windows color (decimal): -7954511 or 11640710. OLE color: 11640710.

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

Color convert

RGB134159177-
CMYK0.240.1000.31
HSL205.12º21.61%60.98%-
HSV(B)205.12º24.29%69.41%-
XYZ30.1733.0446.38-
YUV153.58141.22114.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.51%
GREEN value IS 159 (62.5% from 255) = 33.83%
BLUE value IS 177 (69.53% from 255) = 37.66%
R=28.51%
G=33.83%
B=37.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1341591770.240.1000.31205.1221.6160.98
Hex869FB118A01Fcd163d
Octal20623726130120373152675
Binary1000011010011111101100011100010100111111100110110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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