#868FBF

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

Shades of Wild Blue Yonder #868FBF

Tints of Wild Blue Yonder #868FBF

Color information

#868FBF (or 0x868FBF) is unknown color: approx Wild Blue Yonder. HEX triplet: 86, 8F and BF. RGB value is (134,143,191). Sum of RGB (Red+Green+Blue) = 134+143+191=468 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.63% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 191 - color contains mainly: blue. Hex color #868FBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868FBF is #797040. Grayscale: #919191. Windows color (decimal): -7958593 or 12554118. OLE color: 12554118.

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

Color convert

RGB134143191-
CMYK0.300.2500.25
HSL230.53º30.81%63.73%-
HSV(B)230.53º29.84%74.9%-
XYZ29.0628.4753.25-
YUV145.78153.52119.6-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.63%
GREEN value IS 143 (56.25% from 255) = 30.56%
BLUE value IS 191 (75% from 255) = 40.81%
R=28.63%
G=30.56%
B=40.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341431910.300.2500.25230.5330.8163.73
Hex868FBF1E19019e71f40
Octal206217277363103134737100
Binary100001101000111110111111111101100101100111100111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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