#7396BD

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

Shades of Wild Blue Yonder #7396BD

Tints of Wild Blue Yonder #7396BD

Color information

#7396BD (or 0x7396BD) is unknown color: approx Wild Blue Yonder. HEX triplet: 73, 96 and BD. RGB value is (115,150,189). Sum of RGB (Red+Green+Blue) = 115+150+189=454 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.33% from 454); Green value is 150 (58.98% from 255 or 33.04% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 189 - color contains mainly: blue. Hex color #7396BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7396BD is #8C6942. Grayscale: #8F8F8F. Windows color (decimal): -9201987 or 12424819. OLE color: 12424819.

HSL color Cylindrical-coordinate representation of color #7396BD: hue angle of 211.62º 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 #7396BD is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB115150189-
CMYK0.390.2100.26
HSL211.62º35.92%59.61%-
HSV(B)211.62º39.15%74.12%-
XYZ27.1629.1352.34-
YUV143.98153.4107.33-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.33%
GREEN value IS 150 (58.98% from 255) = 33.04%
BLUE value IS 189 (74.22% from 255) = 41.63%
R=25.33%
G=33.04%
B=41.63%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1151501890.390.2100.26211.6235.9259.61
Hex7396BD271501Ad4243c
Octal16322627547250323244474
Binary111001110010110101111011001111010101101011010100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7396BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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