#7293C0

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

Shades of Wild Blue Yonder #7293C0

Tints of Wild Blue Yonder #7293C0

Color information

#7293C0 (or 0x7293C0) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 93 and C0. RGB value is (114,147,192). Sum of RGB (Red+Green+Blue) = 114+147+192=453 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.17% from 453); Green value is 147 (57.81% from 255 or 32.45% from 453); Blue value is 192 (75.39% from 255 or 42.38% from 453); Max value from RGB is 192 - color contains mainly: blue. Hex color #7293C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7293C0 is #8D6C3F. Grayscale: #8E8E8E. Windows color (decimal): -9268288 or 12620658. OLE color: 12620658.

HSL color Cylindrical-coordinate representation of color #7293C0: hue angle of 214.62º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7293C0 is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB114147192-
CMYK0.410.2300.25
HSL214.62º38.24%60%-
HSV(B)214.62º40.62%75.29%-
XYZ26.8928.2553.9-
YUV142.26156.07107.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.17%
GREEN value IS 147 (57.81% from 255) = 32.45%
BLUE value IS 192 (75.39% from 255) = 42.38%
R=25.17%
G=32.45%
B=42.38%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141471920.410.2300.25214.6238.2460
Hex7293C02917019d7263c
Octal16222330051270313274674
Binary111001010010011110000001010011011101100111010111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7293C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,147,192); }

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

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

 a { background-color: rgb(114,147,192); }

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

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

 span { border-color: rgb(114,147,192); }

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