#868DBB

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

Shades of Wild Blue Yonder #868DBB

Tints of Wild Blue Yonder #868DBB

Color information

#868DBB (or 0x868DBB) is unknown color: approx Wild Blue Yonder. HEX triplet: 86, 8D and BB. RGB value is (134,141,187). Sum of RGB (Red+Green+Blue) = 134+141+187=462 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.00% from 462); Green value is 141 (55.47% from 255 or 30.52% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 187 - color contains mainly: blue. Hex color #868DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868DBB is #797244. Grayscale: #8F8F8F. Windows color (decimal): -7959109 or 12291462. OLE color: 12291462.

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

Color convert

RGB134141187-
CMYK0.280.2500.27
HSL232.08º28.04%62.94%-
HSV(B)232.08º28.34%73.33%-
XYZ28.3327.7150.87-
YUV144.15152.18120.76-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.00%
GREEN value IS 141 (55.47% from 255) = 30.52%
BLUE value IS 187 (73.44% from 255) = 40.48%
R=29.00%
G=30.52%
B=40.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1341411870.280.2500.27232.0828.0462.94
Hex868DBB1C1901Be81c3f
Octal20621527334310333503477
Binary10000110100011011011101111100110010110111110100011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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