#7384BA

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

Shades of Wild Blue Yonder #7384BA

Tints of Wild Blue Yonder #7384BA

Color information

#7384BA (or 0x7384BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 73, 84 and BA. RGB value is (115,132,186). Sum of RGB (Red+Green+Blue) = 115+132+186=433 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.56% from 433); Green value is 132 (51.95% from 255 or 30.48% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #7384BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7384BA is #8C7B45. Grayscale: #848484. Windows color (decimal): -9206598 or 12223603. OLE color: 12223603.

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

Color convert

RGB115132186-
CMYK0.380.2900.27
HSL225.63º33.97%59.02%-
HSV(B)225.63º38.17%72.94%-
XYZ24.1823.6949.75-
YUV133.07157.87115.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.56%
GREEN value IS 132 (51.95% from 255) = 30.48%
BLUE value IS 186 (73.05% from 255) = 42.96%
R=26.56%
G=30.48%
B=42.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1151321860.380.2900.27225.6333.9759.02
Hex7384BA261D01Be2223b
Octal16320427246350333424273
Binary111001110000100101110101001101110101101111100010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7384BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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