#7382d0

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

Shades of Wild Blue Yonder #7382D0

Tints of Wild Blue Yonder #7382D0

Color information

#7382D0 (or 0x7382D0) is unknown color: approx Wild Blue Yonder. HEX triplet: 73, 82 and D0. RGB value is (115,130,208). Sum of RGB (Red+Green+Blue) = 115+130+208=453 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.39% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 208 - color contains mainly: blue. Hex color #7382D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7382D0 is #8C7D2F. Grayscale: #868686. Windows color (decimal): -9207088 or 13664883. OLE color: 13664883.

HSL color Cylindrical-coordinate representation of color #7382D0: hue angle of 230.32º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7382D0 is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB115130208-
CMYK0.450.3800.18
HSL230.32º49.73%63.33%-
HSV(B)230.32º44.71%81.57%-
XYZ26.4424.1662.95-
YUV134.41169.53114.16-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.39%
GREEN value IS 130 (51.17% from 255) = 28.70%
BLUE value IS 208 (81.64% from 255) = 45.92%
R=25.39%
G=28.70%
B=45.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1151302080.450.3800.18230.3249.7363.33
Hex7382D02D26012e6323f
Octal16320232055460223466277
Binary1110011100000101101000010110110011001001011100110110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7382d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7382d0; }

 p { color: rgb(115,130,208); }

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

<style>
 a { background-color: #7382d0; }

 a { background-color: rgb(115,130,208); }

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

<style>
 span { border-color: #7382d0; }

 span { border-color: rgb(115,130,208); }

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