#869DB4

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

Shades of Bali Hai #869DB4

Tints of Bali Hai #869DB4

Color information

#869DB4 (or 0x869DB4) is unknown color: approx Bali Hai. HEX triplet: 86, 9D and B4. RGB value is (134,157,180). Sum of RGB (Red+Green+Blue) = 134+157+180=471 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.45% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 180 (70.70% from 255 or 38.22% from 471); Max value from RGB is 180 - color contains mainly: blue. Hex color #869DB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869DB4 is #79624B. Grayscale: #989898. Windows color (decimal): -7955020 or 11836806. OLE color: 11836806.

HSL color Cylindrical-coordinate representation of color #869DB4: hue angle of 210º 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 #869DB4 is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB134157180-
CMYK0.260.1300.29
HSL210º23.47%61.57%-
HSV(B)210º25.56%70.59%-
XYZ30.1332.4847.86-
YUV152.74143.38114.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.45%
GREEN value IS 157 (61.72% from 255) = 33.33%
BLUE value IS 180 (70.70% from 255) = 38.22%
R=28.45%
G=33.33%
B=38.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1341571800.260.1300.2921023.4761.57
Hex869DB41AD01Dd2173e
Octal20623526432150353222776
Binary1000011010011101101101001101011010111011101001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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