#8588BE

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

Shades of Wild Blue Yonder #8588BE

Tints of Wild Blue Yonder #8588BE

Color information

#8588BE (or 0x8588BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 85, 88 and BE. RGB value is (133,136,190). Sum of RGB (Red+Green+Blue) = 133+136+190=459 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.98% from 459); Green value is 136 (53.52% from 255 or 29.63% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #8588BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8588BE is #7A7741. Grayscale: #8D8D8D. Windows color (decimal): -8025922 or 12486789. OLE color: 12486789.

HSL color Cylindrical-coordinate representation of color #8588BE: hue angle of 236.84º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8588BE is Cyan = 0.3, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB133136190-
CMYK0.30.2800.25
HSL236.84º30.48%63.33%-
HSV(B)236.84º30%74.51%-
XYZ27.7726.3152.33-
YUV141.26155.51122.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.98%
GREEN value IS 136 (53.52% from 255) = 29.63%
BLUE value IS 190 (74.61% from 255) = 41.39%
R=28.98%
G=29.63%
B=41.39%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331361900.30.2800.25236.8430.4863.33
Hex8588BE1E1C019ed1e3f
Octal20521027636340313553677
Binary10000101100010001011111011110111000110011110110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8588BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8588BE; }

 p { color: rgb(133,136,190); }

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

<style>
 a { background-color: #8588BE; }

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

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

<style>
 span { border-color: #8588BE; }

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

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