#858DB7

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

Shades of Wild Blue Yonder #858DB7

Tints of Wild Blue Yonder #858DB7

Color information

#858DB7 (or 0x858DB7) is unknown color: approx Wild Blue Yonder. HEX triplet: 85, 8D and B7. RGB value is (133,141,183). Sum of RGB (Red+Green+Blue) = 133+141+183=457 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.10% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 183 (71.88% from 255 or 40.04% from 457); Max value from RGB is 183 - color contains mainly: blue. Hex color #858DB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858DB7 is #7A7248. Grayscale: #8F8F8F. Windows color (decimal): -8024649 or 12029317. OLE color: 12029317.

HSL color Cylindrical-coordinate representation of color #858DB7: hue angle of 230.4º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #858DB7 is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB133141183-
CMYK0.270.2300.28
HSL230.4º25.77%61.96%-
HSV(B)230.4º27.32%71.76%-
XYZ27.7427.4648.64-
YUV143.4150.35120.58-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.10%
GREEN value IS 141 (55.47% from 255) = 30.85%
BLUE value IS 183 (71.88% from 255) = 40.04%
R=29.10%
G=30.85%
B=40.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1331411830.270.2300.28230.425.7761.96
Hex858DB71B1701Ce61a3e
Octal20521526733270343463276
Binary10000101100011011011011111011101110111001110011011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,141,183); }

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

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

 a { background-color: rgb(133,141,183); }

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

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

 span { border-color: rgb(133,141,183); }

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