#8585B2

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

Shades of Wild Blue Yonder #8585B2

Tints of Wild Blue Yonder #8585B2

Color information

#8585B2 (or 0x8585B2) is unknown color: approx Wild Blue Yonder. HEX triplet: 85, 85 and B2. RGB value is (133,133,178). Sum of RGB (Red+Green+Blue) = 133+133+178=444 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.95% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 178 (69.92% from 255 or 40.09% from 444); Max value from RGB is 178 - color contains mainly: blue. Hex color #8585B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8585B2 is #7A7A4D. Grayscale: #898989. Windows color (decimal): -8026702 or 11699589. OLE color: 11699589.

HSL color Cylindrical-coordinate representation of color #8585B2: hue angle of 240º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8585B2 is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB133133178-
CMYK0.250.2500.30
HSL240º22.61%60.98%-
HSV(B)240º25.28%69.8%-
XYZ26.124.9845.56-
YUV138.13150.5124.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.95%
GREEN value IS 133 (52.34% from 255) = 29.95%
BLUE value IS 178 (69.92% from 255) = 40.09%
R=29.95%
G=29.95%
B=40.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1331331780.250.2500.3024022.6160.98
Hex8585B2191901Ef0173d
Octal20520526231310363602775
Binary10000101100001011011001011001110010111101111000010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8585B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8585B2; }

 p { color: rgb(133,133,178); }

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

<style>
 a { background-color: #8585B2; }

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

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

<style>
 span { border-color: #8585B2; }

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

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