#869EB3

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

Shades of Bali Hai #869EB3

Tints of Bali Hai #869EB3

Color information

#869EB3 (or 0x869EB3) is unknown color: approx Bali Hai. HEX triplet: 86, 9E and B3. RGB value is (134,158,179). Sum of RGB (Red+Green+Blue) = 134+158+179=471 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.45% from 471); Green value is 158 (62.11% from 255 or 33.55% from 471); Blue value is 179 (70.31% from 255 or 38.00% from 471); Max value from RGB is 179 - color contains mainly: blue. Hex color #869EB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869EB3 is #79614C. Grayscale: #999999. Windows color (decimal): -7954765 or 11771526. OLE color: 11771526.

HSL color Cylindrical-coordinate representation of color #869EB3: hue angle of 208º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #869EB3 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB134158179-
CMYK0.250.1200.30
HSL208º22.84%61.37%-
HSV(B)208º25.14%70.2%-
XYZ30.232.7847.38-
YUV153.22142.55114.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.45%
GREEN value IS 158 (62.11% from 255) = 33.55%
BLUE value IS 179 (70.31% from 255) = 38.00%
R=28.45%
G=33.55%
B=38.00%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1341581790.250.1200.3020822.8461.37
Hex869EB319C01Ed0173d
Octal20623626331140363202775
Binary1000011010011110101100111100111000111101101000010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,158,179); }

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

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

 a { background-color: rgb(134,158,179); }

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

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

 span { border-color: rgb(134,158,179); }

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