#7382BF

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

Shades of Wild Blue Yonder #7382BF

Tints of Wild Blue Yonder #7382BF

Color information

#7382BF (or 0x7382BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 73, 82 and BF. RGB value is (115,130,191). Sum of RGB (Red+Green+Blue) = 115+130+191=436 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.38% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 191 - color contains mainly: blue. Hex color #7382BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7382BF is #8C7D40. Grayscale: #848484. Windows color (decimal): -9207105 or 12550771. OLE color: 12550771.

HSL color Cylindrical-coordinate representation of color #7382BF: hue angle of 228.16º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7382BF is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB115130191-
CMYK0.400.3200.25
HSL228.16º37.25%60%-
HSV(B)228.16º39.79%74.9%-
XYZ24.4623.3752.51-
YUV132.47161.03115.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.38%
GREEN value IS 130 (51.17% from 255) = 29.82%
BLUE value IS 191 (75% from 255) = 43.81%
R=26.38%
G=29.82%
B=43.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151301910.400.3200.25228.1637.2560
Hex7382BF2820019e4253c
Octal16320227750400313444574
Binary1110011100000101011111110100010000001100111100100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7382BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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