#868EC3

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

Shades of Wild Blue Yonder #868EC3

Tints of Wild Blue Yonder #868EC3

Color information

#868EC3 (or 0x868EC3) is unknown color: approx Wild Blue Yonder. HEX triplet: 86, 8E and C3. RGB value is (134,142,195). Sum of RGB (Red+Green+Blue) = 134+142+195=471 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.45% from 471); Green value is 142 (55.86% from 255 or 30.15% from 471); Blue value is 195 (76.56% from 255 or 41.40% from 471); Max value from RGB is 195 - color contains mainly: blue. Hex color #868EC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868EC3 is #79713C. Grayscale: #919191. Windows color (decimal): -7958845 or 12816006. OLE color: 12816006.

HSL color Cylindrical-coordinate representation of color #868EC3: hue angle of 232.13º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #868EC3 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB134142195-
CMYK0.310.2700.24
HSL232.13º33.7%64.51%-
HSV(B)232.13º31.28%76.47%-
XYZ29.3528.3555.56-
YUV145.65155.85119.69-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.45%
GREEN value IS 142 (55.86% from 255) = 30.15%
BLUE value IS 195 (76.56% from 255) = 41.40%
R=28.45%
G=30.15%
B=41.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1341421950.310.2700.24232.1333.764.51
Hex868EC31F1B018e82241
Octal206216303373303035042101
Binary1000011010001110110000111111111011011000111010001000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,142,195); }

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

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

 a { background-color: rgb(134,142,195); }

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

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

 span { border-color: rgb(134,142,195); }

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