#7184BE

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

Shades of Wild Blue Yonder #7184BE

Tints of Wild Blue Yonder #7184BE

Color information

#7184BE (or 0x7184BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 84 and BE. RGB value is (113,132,190). Sum of RGB (Red+Green+Blue) = 113+132+190=435 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.98% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #7184BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7184BE is #8E7B41. Grayscale: #848484. Windows color (decimal): -9337666 or 12485745. OLE color: 12485745.

HSL color Cylindrical-coordinate representation of color #7184BE: hue angle of 225.19º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7184BE is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB113132190-
CMYK0.410.3100.25
HSL225.19º37.2%59.41%-
HSV(B)225.19º40.53%74.51%-
XYZ24.3623.7352.01-
YUV132.93160.21113.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.98%
GREEN value IS 132 (51.95% from 255) = 30.34%
BLUE value IS 190 (74.61% from 255) = 43.68%
R=25.98%
G=30.34%
B=43.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1131321900.410.3100.25225.1937.259.41
Hex7184BE291F019e1253b
Octal16120427651370313414573
Binary111000110000100101111101010011111101100111100001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7184BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7184BE; }

 p { color: rgb(113,132,190); }

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

<style>
 a { background-color: #7184BE; }

 a { background-color: rgb(113,132,190); }

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

<style>
 span { border-color: #7184BE; }

 span { border-color: rgb(113,132,190); }

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