#868BB9

Color #868BB9 Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #868BB9

Tints of Wild Blue Yonder #868BB9

Color information

#868BB9 (or 0x868BB9) is unknown color: approx Wild Blue Yonder. HEX triplet: 86, 8B and B9. RGB value is (134,139,185). Sum of RGB (Red+Green+Blue) = 134+139+185=458 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.26% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 185 (72.66% from 255 or 40.39% from 458); Max value from RGB is 185 - color contains mainly: blue. Hex color #868BB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868BB9 is #797446. Grayscale: #8E8E8E. Windows color (decimal): -7959623 or 12159878. OLE color: 12159878.

HSL color Cylindrical-coordinate representation of color #868BB9: hue angle of 234.12º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #868BB9 is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB134139185-
CMYK0.280.2500.27
HSL234.12º26.7%62.55%-
HSV(B)234.12º27.57%72.55%-
XYZ27.8227.0449.65-
YUV142.75151.84121.76-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.26%
GREEN value IS 139 (54.69% from 255) = 30.35%
BLUE value IS 185 (72.66% from 255) = 40.39%
R=29.26%
G=30.35%
B=40.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1341391850.280.2500.27234.1226.762.55
Hex868BB91C1901Bea1b3f
Octal20621327134310333523377
Binary10000110100010111011100111100110010110111110101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868BB9; }

 p { color: rgb(134,139,185); }

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

<style>
 a { background-color: #868BB9; }

 a { background-color: rgb(134,139,185); }

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

<style>
 span { border-color: #868BB9; }

 span { border-color: rgb(134,139,185); }

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