#7391CA

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

Shades of Wild Blue Yonder #7391CA

Tints of Wild Blue Yonder #7391CA

Color information

#7391CA (or 0x7391CA) is unknown color: approx Wild Blue Yonder. HEX triplet: 73, 91 and CA. RGB value is (115,145,202). Sum of RGB (Red+Green+Blue) = 115+145+202=462 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.89% from 462); Green value is 145 (57.03% from 255 or 31.39% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #7391CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7391CA is #8C6E35. Grayscale: #8E8E8E. Windows color (decimal): -9203254 or 13275507. OLE color: 13275507.

HSL color Cylindrical-coordinate representation of color #7391CA: hue angle of 219.31º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7391CA is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB115145202-
CMYK0.430.2800.21
HSL219.31º45.08%62.16%-
HSV(B)219.31º43.07%79.22%-
XYZ27.8628.1659.84-
YUV142.53161.56108.37-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.89%
GREEN value IS 145 (57.03% from 255) = 31.39%
BLUE value IS 202 (79.30% from 255) = 43.72%
R=24.89%
G=31.39%
B=43.72%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1151452020.430.2800.21219.3145.0862.16
Hex7391CA2B1C015db2d3e
Octal16322131253340253335576
Binary111001110010001110010101010111110001010111011011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7391CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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