#8592B4

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

Shades of Wild Blue Yonder #8592B4

Tints of Wild Blue Yonder #8592B4

Color information

#8592B4 (or 0x8592B4) is unknown color: approx Wild Blue Yonder. HEX triplet: 85, 92 and B4. RGB value is (133,146,180). Sum of RGB (Red+Green+Blue) = 133+146+180=459 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.98% from 459); Green value is 146 (57.42% from 255 or 31.81% from 459); Blue value is 180 (70.70% from 255 or 39.22% from 459); Max value from RGB is 180 - color contains mainly: blue. Hex color #8592B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8592B4 is #7A6D4B. Grayscale: #919191. Windows color (decimal): -8023372 or 11833989. OLE color: 11833989.

HSL color Cylindrical-coordinate representation of color #8592B4: hue angle of 223.4º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8592B4 is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB133146180-
CMYK0.260.1900.29
HSL223.4º23.86%61.37%-
HSV(B)223.4º26.11%70.59%-
XYZ28.1928.8447.26-
YUV145.99147.19118.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.98%
GREEN value IS 146 (57.42% from 255) = 31.81%
BLUE value IS 180 (70.70% from 255) = 39.22%
R=28.98%
G=31.81%
B=39.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1331461800.260.1900.29223.423.8661.37
Hex8592B41A1301Ddf183d
Octal20522226432230353373075
Binary10000101100100101011010011010100110111011101111111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8592B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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