#868DBD

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

Shades of Wild Blue Yonder #868DBD

Tints of Wild Blue Yonder #868DBD

Color information

#868DBD (or 0x868DBD) is unknown color: approx Wild Blue Yonder. HEX triplet: 86, 8D and BD. RGB value is (134,141,189). Sum of RGB (Red+Green+Blue) = 134+141+189=464 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.88% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 189 - color contains mainly: blue. Hex color #868DBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868DBD is #797242. Grayscale: #909090. Windows color (decimal): -7959107 or 12422534. OLE color: 12422534.

HSL color Cylindrical-coordinate representation of color #868DBD: hue angle of 232.36º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #868DBD is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB134141189-
CMYK0.290.2500.26
HSL232.36º29.41%63.33%-
HSV(B)232.36º29.1%74.12%-
XYZ28.5427.7952-
YUV144.38153.18120.6-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.88%
GREEN value IS 141 (55.47% from 255) = 30.39%
BLUE value IS 189 (74.22% from 255) = 40.73%
R=28.88%
G=30.39%
B=40.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1341411890.290.2500.26232.3629.4163.33
Hex868DBD1D1901Ae81d3f
Octal20621527535310323503577
Binary10000110100011011011110111101110010110101110100011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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