#858BC0

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

Shades of Wild Blue Yonder #858BC0

Tints of Wild Blue Yonder #858BC0

Color information

#858BC0 (or 0x858BC0) is unknown color: approx Wild Blue Yonder. HEX triplet: 85, 8B and C0. RGB value is (133,139,192). Sum of RGB (Red+Green+Blue) = 133+139+192=464 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.66% from 464); Green value is 139 (54.69% from 255 or 29.96% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 192 - color contains mainly: blue. Hex color #858BC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858BC0 is #7A743F. Grayscale: #8F8F8F. Windows color (decimal): -8025152 or 12618629. OLE color: 12618629.

HSL color Cylindrical-coordinate representation of color #858BC0: hue angle of 233.9º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #858BC0 is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB133139192-
CMYK0.310.2800.25
HSL233.9º31.89%63.73%-
HSV(B)233.9º30.73%75.29%-
XYZ28.4227.2653.63-
YUV143.25155.51120.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.66%
GREEN value IS 139 (54.69% from 255) = 29.96%
BLUE value IS 192 (75.39% from 255) = 41.38%
R=28.66%
G=29.96%
B=41.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331391920.310.2800.25233.931.8963.73
Hex858BC01F1C019ea2040
Octal205213300373403135240100
Binary1000010110001011110000001111111100011001111010101000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,139,192); }

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

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

 a { background-color: rgb(133,139,192); }

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

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

 span { border-color: rgb(133,139,192); }

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