#868ABE

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

Shades of Wild Blue Yonder #868ABE

Tints of Wild Blue Yonder #868ABE

Color information

#868ABE (or 0x868ABE) is unknown color: approx Wild Blue Yonder. HEX triplet: 86, 8A and BE. RGB value is (134,138,190). Sum of RGB (Red+Green+Blue) = 134+138+190=462 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.00% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 190 - color contains mainly: blue. Hex color #868ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868ABE is #797541. Grayscale: #8E8E8E. Windows color (decimal): -7959874 or 12487302. OLE color: 12487302.

HSL color Cylindrical-coordinate representation of color #868ABE: hue angle of 235.71º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #868ABE is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB134138190-
CMYK0.290.2700.25
HSL235.71º30.11%63.53%-
HSV(B)235.71º29.47%74.51%-
XYZ28.2126.9652.43-
YUV142.73154.67121.77-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.00%
GREEN value IS 138 (54.30% from 255) = 29.87%
BLUE value IS 190 (74.61% from 255) = 41.13%
R=29.00%
G=29.87%
B=41.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341381900.290.2700.25235.7130.1163.53
Hex868ABE1D1B019ec1e40
Octal206212276353303135436100
Binary100001101000101010111110111011101101100111101100111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,138,190); }

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

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

 a { background-color: rgb(134,138,190); }

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

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

 span { border-color: rgb(134,138,190); }

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