#7184D1

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

Shades of Wild Blue Yonder #7184D1

Tints of Wild Blue Yonder #7184D1

Color information

#7184D1 (or 0x7184D1) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 84 and D1. RGB value is (113,132,209). Sum of RGB (Red+Green+Blue) = 113+132+209=454 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.89% from 454); Green value is 132 (51.95% from 255 or 29.07% from 454); Blue value is 209 (82.03% from 255 or 46.04% from 454); Max value from RGB is 209 - color contains mainly: blue. Hex color #7184D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7184D1 is #8E7B2E. Grayscale: #868686. Windows color (decimal): -9337647 or 13730929. OLE color: 13730929.

HSL color Cylindrical-coordinate representation of color #7184D1: hue angle of 228.12º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7184D1 is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB113132209-
CMYK0.460.3700.18
HSL228.12º51.06%63.14%-
HSV(B)228.12º45.93%81.96%-
XYZ26.5724.6263.67-
YUV135.1169.71112.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.89%
GREEN value IS 132 (51.95% from 255) = 29.07%
BLUE value IS 209 (82.03% from 255) = 46.04%
R=24.89%
G=29.07%
B=46.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1131322090.460.3700.18228.1251.0663.14
Hex7184D12E25012e4333f
Octal16120432156450223446377
Binary1110001100001001101000110111010010101001011100100110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7184D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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