#868EBE

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

Shades of Wild Blue Yonder #868EBE

Tints of Wild Blue Yonder #868EBE

Color information

#868EBE (or 0x868EBE) is unknown color: approx Wild Blue Yonder. HEX triplet: 86, 8E and BE. RGB value is (134,142,190). Sum of RGB (Red+Green+Blue) = 134+142+190=466 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.76% from 466); Green value is 142 (55.86% from 255 or 30.47% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #868EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868EBE is #797141. Grayscale: #909090. Windows color (decimal): -7958850 or 12488326. OLE color: 12488326.

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

Color convert

RGB134142190-
CMYK0.290.2500.25
HSL231.43º30.11%63.53%-
HSV(B)231.43º29.47%74.51%-
XYZ28.828.1352.63-
YUV145.08153.35120.1-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.76%
GREEN value IS 142 (55.86% from 255) = 30.47%
BLUE value IS 190 (74.61% from 255) = 40.77%
R=28.76%
G=30.47%
B=40.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341421900.290.2500.25231.4330.1163.53
Hex868EBE1D19019e71e40
Octal206216276353103134736100
Binary100001101000111010111110111011100101100111100111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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