#7384BD

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

Shades of Wild Blue Yonder #7384BD

Tints of Wild Blue Yonder #7384BD

Color information

#7384BD (or 0x7384BD) is unknown color: approx Wild Blue Yonder. HEX triplet: 73, 84 and BD. RGB value is (115,132,189). Sum of RGB (Red+Green+Blue) = 115+132+189=436 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.38% from 436); Green value is 132 (51.95% from 255 or 30.28% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 189 - color contains mainly: blue. Hex color #7384BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7384BD is #8C7B42. Grayscale: #858585. Windows color (decimal): -9206595 or 12420211. OLE color: 12420211.

HSL color Cylindrical-coordinate representation of color #7384BD: hue angle of 226.22º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7384BD is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB115132189-
CMYK0.390.3000.26
HSL226.22º35.92%59.61%-
HSV(B)226.22º39.15%74.12%-
XYZ24.5123.8251.45-
YUV133.42159.37114.87-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.38%
GREEN value IS 132 (51.95% from 255) = 30.28%
BLUE value IS 189 (74.22% from 255) = 43.35%
R=26.38%
G=30.28%
B=43.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1151321890.390.3000.26226.2235.9259.61
Hex7384BD271E01Ae2243c
Octal16320427547360323424474
Binary111001110000100101111011001111111001101011100010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7384BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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