#7390BC

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

Shades of Wild Blue Yonder #7390BC

Tints of Wild Blue Yonder #7390BC

Color information

#7390BC (or 0x7390BC) is unknown color: approx Wild Blue Yonder. HEX triplet: 73, 90 and BC. RGB value is (115,144,188). Sum of RGB (Red+Green+Blue) = 115+144+188=447 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.73% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 188 - color contains mainly: blue. Hex color #7390BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7390BC is #8C6F43. Grayscale: #8C8C8C. Windows color (decimal): -9203524 or 12357747. OLE color: 12357747.

HSL color Cylindrical-coordinate representation of color #7390BC: hue angle of 216.16º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7390BC is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB115144188-
CMYK0.390.2300.26
HSL216.16º35.27%59.41%-
HSV(B)216.16º38.83%73.73%-
XYZ26.1227.2251.45-
YUV140.34154.89109.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.73%
GREEN value IS 144 (56.64% from 255) = 32.21%
BLUE value IS 188 (73.83% from 255) = 42.06%
R=25.73%
G=32.21%
B=42.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1151441880.390.2300.26216.1635.2759.41
Hex7390BC271701Ad8233b
Octal16322027447270323304373
Binary111001110010000101111001001111011101101011011000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7390BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7390BC; }

 p { color: rgb(115,144,188); }

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

<style>
 a { background-color: #7390BC; }

 a { background-color: rgb(115,144,188); }

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

<style>
 span { border-color: #7390BC; }

 span { border-color: rgb(115,144,188); }

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