#868FBB

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

Shades of Wild Blue Yonder #868FBB

Tints of Wild Blue Yonder #868FBB

Color information

#868FBB (or 0x868FBB) is unknown color: approx Wild Blue Yonder. HEX triplet: 86, 8F and BB. RGB value is (134,143,187). Sum of RGB (Red+Green+Blue) = 134+143+187=464 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.88% from 464); Green value is 143 (56.25% from 255 or 30.82% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 187 - color contains mainly: blue. Hex color #868FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868FBB is #797044. Grayscale: #919191. Windows color (decimal): -7958597 or 12291974. OLE color: 12291974.

HSL color Cylindrical-coordinate representation of color #868FBB: hue angle of 229.81º 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 #868FBB is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB134143187-
CMYK0.280.2400.27
HSL229.81º28.04%62.94%-
HSV(B)229.81º28.34%73.33%-
XYZ28.6228.350.97-
YUV145.32151.52119.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.88%
GREEN value IS 143 (56.25% from 255) = 30.82%
BLUE value IS 187 (73.44% from 255) = 40.30%
R=28.88%
G=30.82%
B=40.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1341431870.280.2400.27229.8128.0462.94
Hex868FBB1C1801Be61c3f
Octal20621727334300333463477
Binary10000110100011111011101111100110000110111110011011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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