#869FB4

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

Shades of Bali Hai #869FB4

Tints of Bali Hai #869FB4

Color information

#869FB4 (or 0x869FB4) is unknown color: approx Bali Hai. HEX triplet: 86, 9F and B4. RGB value is (134,159,180). Sum of RGB (Red+Green+Blue) = 134+159+180=473 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.33% from 473); Green value is 159 (62.5% from 255 or 33.62% from 473); Blue value is 180 (70.70% from 255 or 38.05% from 473); Max value from RGB is 180 - color contains mainly: blue. Hex color #869FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869FB4 is #79604B. Grayscale: #999999. Windows color (decimal): -7954508 or 11837318. OLE color: 11837318.

HSL color Cylindrical-coordinate representation of color #869FB4: hue angle of 207.39º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #869FB4 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB134159180-
CMYK0.260.1200.29
HSL207.39º23.47%61.57%-
HSV(B)207.39º25.56%70.59%-
XYZ30.4733.1647.97-
YUV153.92142.72113.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.33%
GREEN value IS 159 (62.5% from 255) = 33.62%
BLUE value IS 180 (70.70% from 255) = 38.05%
R=28.33%
G=33.62%
B=38.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1341591800.260.1200.29207.3923.4761.57
Hex869FB41AC01Dcf173e
Octal20623726432140353172776
Binary1000011010011111101101001101011000111011100111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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