#8588BF

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

Shades of Wild Blue Yonder #8588BF

Tints of Wild Blue Yonder #8588BF

Color information

#8588BF (or 0x8588BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 85, 88 and BF. RGB value is (133,136,191). Sum of RGB (Red+Green+Blue) = 133+136+191=460 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.91% from 460); Green value is 136 (53.52% from 255 or 29.57% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 191 - color contains mainly: blue. Hex color #8588BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8588BF is #7A7740. Grayscale: #8D8D8D. Windows color (decimal): -8025921 or 12552325. OLE color: 12552325.

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

Color convert

RGB133136191-
CMYK0.300.2900.25
HSL236.9º31.18%63.53%-
HSV(B)236.9º30.37%74.9%-
XYZ27.8826.3652.91-
YUV141.37156.01122.03-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.91%
GREEN value IS 136 (53.52% from 255) = 29.57%
BLUE value IS 191 (75% from 255) = 41.52%
R=28.91%
G=29.57%
B=41.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331361910.300.2900.25236.931.1863.53
Hex8588BF1E1D019ed1f40
Octal205210277363503135537100
Binary100001011000100010111111111101110101100111101101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8588BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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