#8285B8

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

Shades of Wild Blue Yonder #8285B8

Tints of Wild Blue Yonder #8285B8

Color information

#8285B8 (or 0x8285B8) is unknown color: approx Wild Blue Yonder. HEX triplet: 82, 85 and B8. RGB value is (130,133,184). Sum of RGB (Red+Green+Blue) = 130+133+184=447 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.08% from 447); Green value is 133 (52.34% from 255 or 29.75% from 447); Blue value is 184 (72.27% from 255 or 41.16% from 447); Max value from RGB is 184 - color contains mainly: blue. Hex color #8285B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8285B8 is #7D7A47. Grayscale: #898989. Windows color (decimal): -8223304 or 12092802. OLE color: 12092802.

HSL color Cylindrical-coordinate representation of color #8285B8: hue angle of 236.67º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8285B8 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB130133184-
CMYK0.290.2800.28
HSL236.67º27.55%61.57%-
HSV(B)236.67º29.35%72.16%-
XYZ26.2524.9848.79-
YUV137.92154.01122.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.08%
GREEN value IS 133 (52.34% from 255) = 29.75%
BLUE value IS 184 (72.27% from 255) = 41.16%
R=29.08%
G=29.75%
B=41.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1301331840.290.2800.28236.6727.5561.57
Hex8285B81D1C01Ced1c3e
Octal20220527035340343553476
Binary10000010100001011011100011101111000111001110110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8285B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8285B8; }

 p { color: rgb(130,133,184); }

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

<style>
 a { background-color: #8285B8; }

 a { background-color: rgb(130,133,184); }

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

<style>
 span { border-color: #8285B8; }

 span { border-color: rgb(130,133,184); }

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