#868CBF

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

Shades of Wild Blue Yonder #868CBF

Tints of Wild Blue Yonder #868CBF

Color information

#868CBF (or 0x868CBF) is unknown color: approx Wild Blue Yonder. HEX triplet: 86, 8C and BF. RGB value is (134,140,191). Sum of RGB (Red+Green+Blue) = 134+140+191=465 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.82% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 191 - color contains mainly: blue. Hex color #868CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868CBF is #797340. Grayscale: #8F8F8F. Windows color (decimal): -7959361 or 12553350. OLE color: 12553350.

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

Color convert

RGB134140191-
CMYK0.300.2700.25
HSL233.68º30.81%63.73%-
HSV(B)233.68º29.84%74.9%-
XYZ28.6127.5953.11-
YUV144.02154.51120.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.82%
GREEN value IS 140 (55.08% from 255) = 30.11%
BLUE value IS 191 (75% from 255) = 41.08%
R=28.82%
G=30.11%
B=41.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341401910.300.2700.25233.6830.8163.73
Hex868CBF1E1B019ea1f40
Octal206214277363303135237100
Binary100001101000110010111111111101101101100111101010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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