#8592C1

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

Shades of Wild Blue Yonder #8592C1

Tints of Wild Blue Yonder #8592C1

Color information

#8592C1 (or 0x8592C1) is unknown color: approx Wild Blue Yonder. HEX triplet: 85, 92 and C1. RGB value is (133,146,193). Sum of RGB (Red+Green+Blue) = 133+146+193=472 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.18% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 193 - color contains mainly: blue. Hex color #8592C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8592C1 is #7A6D3E. Grayscale: #939393. Windows color (decimal): -8023359 or 12685957. OLE color: 12685957.

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

Color convert

RGB133146193-
CMYK0.310.2400.24
HSL227º32.61%63.92%-
HSV(B)227º31.09%75.69%-
XYZ29.5829.3954.57-
YUV147.47153.69117.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.18%
GREEN value IS 146 (57.42% from 255) = 30.93%
BLUE value IS 193 (75.78% from 255) = 40.89%
R=28.18%
G=30.93%
B=40.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1331461930.310.2400.2422732.6163.92
Hex8592C11F18018e32140
Octal205222301373003034341100
Binary1000010110010010110000011111111000011000111000111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8592C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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