#868CBA

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

Shades of Wild Blue Yonder #868CBA

Tints of Wild Blue Yonder #868CBA

Color information

#868CBA (or 0x868CBA) is unknown color: approx Wild Blue Yonder. HEX triplet: 86, 8C and BA. RGB value is (134,140,186). Sum of RGB (Red+Green+Blue) = 134+140+186=460 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.13% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #868CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868CBA is #797345. Grayscale: #8F8F8F. Windows color (decimal): -7959366 or 12225670. OLE color: 12225670.

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

Color convert

RGB134140186-
CMYK0.280.2500.27
HSL233.08º27.37%62.75%-
HSV(B)233.08º27.96%72.94%-
XYZ28.0727.3750.26-
YUV143.45152.01121.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.13%
GREEN value IS 140 (55.08% from 255) = 30.43%
BLUE value IS 186 (73.05% from 255) = 40.43%
R=29.13%
G=30.43%
B=40.43%

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
Decimal1341401860.280.2500.27233.0827.3762.75
Hex868CBA1C1901Be91b3f
Octal20621427234310333513377
Binary10000110100011001011101011100110010110111110100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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