#8588C1

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

Shades of Wild Blue Yonder #8588C1

Tints of Wild Blue Yonder #8588C1

Color information

#8588C1 (or 0x8588C1) is unknown color: approx Wild Blue Yonder. HEX triplet: 85, 88 and C1. RGB value is (133,136,193). Sum of RGB (Red+Green+Blue) = 133+136+193=462 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.79% from 462); Green value is 136 (53.52% from 255 or 29.44% from 462); Blue value is 193 (75.78% from 255 or 41.77% from 462); Max value from RGB is 193 - color contains mainly: blue. Hex color #8588C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8588C1 is #7A773E. Grayscale: #8D8D8D. Windows color (decimal): -8025919 or 12683397. OLE color: 12683397.

HSL color Cylindrical-coordinate representation of color #8588C1: hue angle of 237º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8588C1 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB133136193-
CMYK0.310.3000.24
HSL237º32.61%63.92%-
HSV(B)237º31.09%75.69%-
XYZ28.126.4554.08-
YUV141.6157.01121.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.79%
GREEN value IS 136 (53.52% from 255) = 29.44%
BLUE value IS 193 (75.78% from 255) = 41.77%
R=28.79%
G=29.44%
B=41.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1331361930.310.3000.2423732.6163.92
Hex8588C11F1E018ed2140
Octal205210301373603035541100
Binary1000010110001000110000011111111110011000111011011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8588C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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