#858FC1

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

Shades of Wild Blue Yonder #858FC1

Tints of Wild Blue Yonder #858FC1

Color information

#858FC1 (or 0x858FC1) is unknown color: approx Wild Blue Yonder. HEX triplet: 85, 8F and C1. RGB value is (133,143,193). Sum of RGB (Red+Green+Blue) = 133+143+193=469 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.36% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 193 - color contains mainly: blue. Hex color #858FC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858FC1 is #7A703E. Grayscale: #919191. Windows color (decimal): -8024127 or 12685189. OLE color: 12685189.

HSL color Cylindrical-coordinate representation of color #858FC1: hue angle of 230º 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 #858FC1 is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB133143193-
CMYK0.310.2600.24
HSL230º32.61%63.92%-
HSV(B)230º31.09%75.69%-
XYZ29.1228.4854.41-
YUV145.71154.69118.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.36%
GREEN value IS 143 (56.25% from 255) = 30.49%
BLUE value IS 193 (75.78% from 255) = 41.15%
R=28.36%
G=30.49%
B=41.15%

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
Decimal1331431930.310.2600.2423032.6163.92
Hex858FC11F1A018e62140
Octal205217301373203034641100
Binary1000010110001111110000011111111010011000111001101000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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