#868CB9

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

Shades of Wild Blue Yonder #868CB9

Tints of Wild Blue Yonder #868CB9

Color information

#868CB9 (or 0x868CB9) is unknown color: approx Wild Blue Yonder. HEX triplet: 86, 8C and B9. RGB value is (134,140,185). Sum of RGB (Red+Green+Blue) = 134+140+185=459 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.19% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 185 (72.66% from 255 or 40.31% from 459); Max value from RGB is 185 - color contains mainly: blue. Hex color #868CB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868CB9 is #797346. Grayscale: #8F8F8F. Windows color (decimal): -7959367 or 12160134. OLE color: 12160134.

HSL color Cylindrical-coordinate representation of color #868CB9: hue angle of 232.94º 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 #868CB9 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB134140185-
CMYK0.280.2400.27
HSL232.94º26.7%62.55%-
HSV(B)232.94º27.57%72.55%-
XYZ27.9727.3349.7-
YUV143.34151.51121.34-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.19%
GREEN value IS 140 (55.08% from 255) = 30.50%
BLUE value IS 185 (72.66% from 255) = 40.31%
R=29.19%
G=30.50%
B=40.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1341401850.280.2400.27232.9426.762.55
Hex868CB91C1801Be91b3f
Octal20621427134300333513377
Binary10000110100011001011100111100110000110111110100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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