#8084BC

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

Shades of Wild Blue Yonder #8084BC

Tints of Wild Blue Yonder #8084BC

Color information

#8084BC (or 0x8084BC) is unknown color: approx Wild Blue Yonder. HEX triplet: 80, 84 and BC. RGB value is (128,132,188). Sum of RGB (Red+Green+Blue) = 128+132+188=448 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.57% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 188 - color contains mainly: blue. Hex color #8084BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8084BC is #7F7B43. Grayscale: #888888. Windows color (decimal): -8354628 or 12354688. OLE color: 12354688.

HSL color Cylindrical-coordinate representation of color #8084BC: hue angle of 236º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8084BC is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB128132188-
CMYK0.320.3000.26
HSL236º30.93%61.96%-
HSV(B)236º31.91%73.73%-
XYZ26.2324.7250.97-
YUV137.19156.67121.45-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.57%
GREEN value IS 132 (51.95% from 255) = 29.46%
BLUE value IS 188 (73.83% from 255) = 41.96%
R=28.57%
G=29.46%
B=41.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1281321880.320.3000.2623630.9361.96
Hex8084BC201E01Aec1f3e
Octal20020427440360323543776
Binary100000001000010010111100100000111100110101110110011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8084BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8084BC; }

 p { color: rgb(128,132,188); }

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

<style>
 a { background-color: #8084BC; }

 a { background-color: rgb(128,132,188); }

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

<style>
 span { border-color: #8084BC; }

 span { border-color: rgb(128,132,188); }

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