#858EC1

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

Shades of Wild Blue Yonder #858EC1

Tints of Wild Blue Yonder #858EC1

Color information

#858EC1 (or 0x858EC1) is unknown color: approx Wild Blue Yonder. HEX triplet: 85, 8E and C1. RGB value is (133,142,193). Sum of RGB (Red+Green+Blue) = 133+142+193=468 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.42% from 468); Green value is 142 (55.86% from 255 or 30.34% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 193 - color contains mainly: blue. Hex color #858EC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858EC1 is #7A713E. Grayscale: #909090. Windows color (decimal): -8024383 or 12684933. OLE color: 12684933.

HSL color Cylindrical-coordinate representation of color #858EC1: hue angle of 231º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #858EC1 is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB133142193-
CMYK0.310.2600.24
HSL231º32.61%63.92%-
HSV(B)231º31.09%75.69%-
XYZ28.9728.1854.36-
YUV145.12155.02119.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.42%
GREEN value IS 142 (55.86% from 255) = 30.34%
BLUE value IS 193 (75.78% from 255) = 41.24%
R=28.42%
G=30.34%
B=41.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1331421930.310.2600.2423132.6163.92
Hex858EC11F1A018e72140
Octal205216301373203034741100
Binary1000010110001110110000011111111010011000111001111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858EC1; }

 p { color: rgb(133,142,193); }

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

<style>
 a { background-color: #858EC1; }

 a { background-color: rgb(133,142,193); }

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

<style>
 span { border-color: #858EC1; }

 span { border-color: rgb(133,142,193); }

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