#869CB0

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

Shades of Bali Hai #869CB0

Tints of Bali Hai #869CB0

Color information

#869CB0 (or 0x869CB0) is unknown color: approx Bali Hai. HEX triplet: 86, 9C and B0. RGB value is (134,156,176). Sum of RGB (Red+Green+Blue) = 134+156+176=466 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.76% from 466); Green value is 156 (61.33% from 255 or 33.48% from 466); Blue value is 176 (69.14% from 255 or 37.77% from 466); Max value from RGB is 176 - color contains mainly: blue. Hex color #869CB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869CB0 is #79634F. Grayscale: #979797. Windows color (decimal): -7955280 or 11574406. OLE color: 11574406.

HSL color Cylindrical-coordinate representation of color #869CB0: hue angle of 208.57º degrees, saturation: 0.21, 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 #869CB0 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB134156176-
CMYK0.240.1100.31
HSL208.57º21%60.78%-
HSV(B)208.57º23.86%69.02%-
XYZ29.5631.9845.69-
YUV151.7141.71115.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.76%
GREEN value IS 156 (61.33% from 255) = 33.48%
BLUE value IS 176 (69.14% from 255) = 37.77%
R=28.76%
G=33.48%
B=37.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1341561760.240.1100.31208.572160.78
Hex869CB018B01Fd1153d
Octal20623426030130373212575
Binary1000011010011100101100001100010110111111101000110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,156,176); }

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

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

 a { background-color: rgb(134,156,176); }

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

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

 span { border-color: rgb(134,156,176); }

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