#868CBE

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

Shades of Wild Blue Yonder #868CBE

Tints of Wild Blue Yonder #868CBE

Color information

#868CBE (or 0x868CBE) is unknown color: approx Wild Blue Yonder. HEX triplet: 86, 8C and BE. RGB value is (134,140,190). Sum of RGB (Red+Green+Blue) = 134+140+190=464 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.88% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #868CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868CBE is #797341. Grayscale: #8F8F8F. Windows color (decimal): -7959362 or 12487814. OLE color: 12487814.

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

Color convert

RGB134140190-
CMYK0.290.2600.25
HSL233.57º30.11%63.53%-
HSV(B)233.57º29.47%74.51%-
XYZ28.527.5452.53-
YUV143.91154.01120.93-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.88%
GREEN value IS 140 (55.08% from 255) = 30.17%
BLUE value IS 190 (74.61% from 255) = 40.95%
R=28.88%
G=30.17%
B=40.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341401900.290.2600.25233.5730.1163.53
Hex868CBE1D1A019ea1e40
Octal206214276353203135236100
Binary100001101000110010111110111011101001100111101010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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