#8184BC

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

Shades of Wild Blue Yonder #8184BC

Tints of Wild Blue Yonder #8184BC

Color information

#8184BC (or 0x8184BC) is unknown color: approx Wild Blue Yonder. HEX triplet: 81, 84 and BC. RGB value is (129,132,188). Sum of RGB (Red+Green+Blue) = 129+132+188=449 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.73% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 188 - color contains mainly: blue. Hex color #8184BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8184BC is #7E7B43. Grayscale: #898989. Windows color (decimal): -8289092 or 12354689. OLE color: 12354689.

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

Color convert

RGB129132188-
CMYK0.310.3000.26
HSL236.95º30.57%62.16%-
HSV(B)236.95º31.38%73.73%-
XYZ26.3824.850.97-
YUV137.49156.51121.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.73%
GREEN value IS 132 (51.95% from 255) = 29.40%
BLUE value IS 188 (73.83% from 255) = 41.87%
R=28.73%
G=29.40%
B=41.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1291321880.310.3000.26236.9530.5762.16
Hex8184BC1F1E01Aed1f3e
Octal20120427437360323553776
Binary10000001100001001011110011111111100110101110110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8184BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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