#8487BA

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

Shades of Wild Blue Yonder #8487BA

Tints of Wild Blue Yonder #8487BA

Color information

#8487BA (or 0x8487BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 84, 87 and BA. RGB value is (132,135,186). Sum of RGB (Red+Green+Blue) = 132+135+186=453 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.14% from 453); Green value is 135 (53.12% from 255 or 29.80% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #8487BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8487BA is #7B7845. Grayscale: #8B8B8B. Windows color (decimal): -8091718 or 12224388. OLE color: 12224388.

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

Color convert

RGB132135186-
CMYK0.290.2700.27
HSL236.67º28.12%62.35%-
HSV(B)236.67º29.03%72.94%-
XYZ27.0425.7850-
YUV139.92154.01122.35-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.14%
GREEN value IS 135 (53.12% from 255) = 29.80%
BLUE value IS 186 (73.05% from 255) = 41.06%
R=29.14%
G=29.80%
B=41.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321351860.290.2700.27236.6728.1262.35
Hex8487BA1D1B01Bed1c3e
Octal20420727235330333553476
Binary10000100100001111011101011101110110110111110110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8487BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8487BA; }

 p { color: rgb(132,135,186); }

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

<style>
 a { background-color: #8487BA; }

 a { background-color: rgb(132,135,186); }

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

<style>
 span { border-color: #8487BA; }

 span { border-color: rgb(132,135,186); }

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