#7396BE

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

Shades of Wild Blue Yonder #7396BE

Tints of Wild Blue Yonder #7396BE

Color information

#7396BE (or 0x7396BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 73, 96 and BE. RGB value is (115,150,190). Sum of RGB (Red+Green+Blue) = 115+150+190=455 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.27% from 455); Green value is 150 (58.98% from 255 or 32.97% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 190 - color contains mainly: blue. Hex color #7396BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7396BE is #8C6941. Grayscale: #8F8F8F. Windows color (decimal): -9201986 or 12490355. OLE color: 12490355.

HSL color Cylindrical-coordinate representation of color #7396BE: hue angle of 212º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7396BE is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB115150190-
CMYK0.390.2100.25
HSL212º36.59%59.8%-
HSV(B)212º39.47%74.51%-
XYZ27.2729.1852.91-
YUV144.1153.9107.25-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.27%
GREEN value IS 150 (58.98% from 255) = 32.97%
BLUE value IS 190 (74.61% from 255) = 41.76%
R=25.27%
G=32.97%
B=41.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151501900.390.2100.2521236.5959.8
Hex7396BE2715019d4253c
Octal16322627647250313244574
Binary111001110010110101111101001111010101100111010100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7396BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7396BE; }

 p { color: rgb(115,150,190); }

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

<style>
 a { background-color: #7396BE; }

 a { background-color: rgb(115,150,190); }

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

<style>
 span { border-color: #7396BE; }

 span { border-color: rgb(115,150,190); }

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