#868BBD

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

Shades of Wild Blue Yonder #868BBD

Tints of Wild Blue Yonder #868BBD

Color information

#868BBD (or 0x868BBD) is unknown color: approx Wild Blue Yonder. HEX triplet: 86, 8B and BD. RGB value is (134,139,189). Sum of RGB (Red+Green+Blue) = 134+139+189=462 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.00% from 462); Green value is 139 (54.69% from 255 or 30.09% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 189 - color contains mainly: blue. Hex color #868BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868BBD is #797442. Grayscale: #8E8E8E. Windows color (decimal): -7959619 or 12422022. OLE color: 12422022.

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

Color convert

RGB134139189-
CMYK0.290.2600.26
HSL234.55º29.41%63.33%-
HSV(B)234.55º29.1%74.12%-
XYZ28.2527.2151.91-
YUV143.2153.84121.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.00%
GREEN value IS 139 (54.69% from 255) = 30.09%
BLUE value IS 189 (74.22% from 255) = 40.91%
R=29.00%
G=30.09%
B=40.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1341391890.290.2600.26234.5529.4163.33
Hex868BBD1D1A01Aeb1d3f
Octal20621327535320323533577
Binary10000110100010111011110111101110100110101110101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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