#868DBF

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

Shades of Wild Blue Yonder #868DBF

Tints of Wild Blue Yonder #868DBF

Color information

#868DBF (or 0x868DBF) is unknown color: approx Wild Blue Yonder. HEX triplet: 86, 8D and BF. RGB value is (134,141,191). Sum of RGB (Red+Green+Blue) = 134+141+191=466 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.76% from 466); Green value is 141 (55.47% from 255 or 30.26% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 191 - color contains mainly: blue. Hex color #868DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868DBF is #797240. Grayscale: #909090. Windows color (decimal): -7959105 or 12553606. OLE color: 12553606.

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

Color convert

RGB134141191-
CMYK0.300.2600.25
HSL232.63º30.81%63.73%-
HSV(B)232.63º29.84%74.9%-
XYZ28.7627.8853.16-
YUV144.61154.18120.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.76%
GREEN value IS 141 (55.47% from 255) = 30.26%
BLUE value IS 191 (75% from 255) = 40.99%
R=28.76%
G=30.26%
B=40.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341411910.300.2600.25232.6330.8163.73
Hex868DBF1E1A019e91f40
Octal206215277363203135137100
Binary100001101000110110111111111101101001100111101001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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