#8589C1

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

Shades of Wild Blue Yonder #8589C1

Tints of Wild Blue Yonder #8589C1

Color information

#8589C1 (or 0x8589C1) is unknown color: approx Wild Blue Yonder. HEX triplet: 85, 89 and C1. RGB value is (133,137,193). Sum of RGB (Red+Green+Blue) = 133+137+193=463 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.73% from 463); Green value is 137 (53.91% from 255 or 29.59% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 193 - color contains mainly: blue. Hex color #8589C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8589C1 is #7A763E. Grayscale: #8D8D8D. Windows color (decimal): -8025663 or 12683653. OLE color: 12683653.

HSL color Cylindrical-coordinate representation of color #8589C1: hue angle of 236º 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 #8589C1 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB133137193-
CMYK0.310.2900.24
HSL236º32.61%63.92%-
HSV(B)236º31.09%75.69%-
XYZ28.2426.7354.12-
YUV142.19156.67121.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.73%
GREEN value IS 137 (53.91% from 255) = 29.59%
BLUE value IS 193 (75.78% from 255) = 41.68%
R=28.73%
G=29.59%
B=41.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1331371930.310.2900.2423632.6163.92
Hex8589C11F1D018ec2140
Octal205211301373503035441100
Binary1000010110001001110000011111111101011000111011001000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8589C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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