#7391C0

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

Shades of Wild Blue Yonder #7391C0

Tints of Wild Blue Yonder #7391C0

Color information

#7391C0 (or 0x7391C0) is unknown color: approx Wild Blue Yonder. HEX triplet: 73, 91 and C0. RGB value is (115,145,192). Sum of RGB (Red+Green+Blue) = 115+145+192=452 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.44% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 192 (75.39% from 255 or 42.48% from 452); Max value from RGB is 192 - color contains mainly: blue. Hex color #7391C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7391C0 is #8C6E3F. Grayscale: #8D8D8D. Windows color (decimal): -9203264 or 12620147. OLE color: 12620147.

HSL color Cylindrical-coordinate representation of color #7391C0: hue angle of 216.62º degrees, saturation: 0.38, 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 #7391C0 is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB115145192-
CMYK0.400.2400.25
HSL216.62º37.93%60.2%-
HSV(B)216.62º40.1%75.29%-
XYZ26.7127.753.81-
YUV141.39156.56109.18-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.44%
GREEN value IS 145 (57.03% from 255) = 32.08%
BLUE value IS 192 (75.39% from 255) = 42.48%
R=25.44%
G=32.08%
B=42.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151451920.400.2400.25216.6237.9360.2
Hex7391C02818019d9263c
Octal16322130050300313314674
Binary111001110010001110000001010001100001100111011001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7391C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7391C0; }

 p { color: rgb(115,145,192); }

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

<style>
 a { background-color: #7391C0; }

 a { background-color: rgb(115,145,192); }

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

<style>
 span { border-color: #7391C0; }

 span { border-color: rgb(115,145,192); }

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