#868ABF

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

Shades of Wild Blue Yonder #868ABF

Tints of Wild Blue Yonder #868ABF

Color information

#868ABF (or 0x868ABF) is unknown color: approx Wild Blue Yonder. HEX triplet: 86, 8A and BF. RGB value is (134,138,191). Sum of RGB (Red+Green+Blue) = 134+138+191=463 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.94% from 463); Green value is 138 (54.30% from 255 or 29.81% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 191 - color contains mainly: blue. Hex color #868ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868ABF is #797540. Grayscale: #8E8E8E. Windows color (decimal): -7959873 or 12552838. OLE color: 12552838.

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

Color convert

RGB134138191-
CMYK0.300.2800.25
HSL235.79º30.81%63.73%-
HSV(B)235.79º29.84%74.9%-
XYZ28.3227.0153.01-
YUV142.85155.17121.69-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.94%
GREEN value IS 138 (54.30% from 255) = 29.81%
BLUE value IS 191 (75% from 255) = 41.25%
R=28.94%
G=29.81%
B=41.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341381910.300.2800.25235.7930.8163.73
Hex868ABF1E1C019ec1f40
Octal206212277363403135437100
Binary100001101000101010111111111101110001100111101100111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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