#7394C1

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

Shades of Wild Blue Yonder #7394C1

Tints of Wild Blue Yonder #7394C1

Color information

#7394C1 (or 0x7394C1) is unknown color: approx Wild Blue Yonder. HEX triplet: 73, 94 and C1. RGB value is (115,148,193). Sum of RGB (Red+Green+Blue) = 115+148+193=456 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.22% from 456); Green value is 148 (58.20% from 255 or 32.46% from 456); Blue value is 193 (75.78% from 255 or 42.32% from 456); Max value from RGB is 193 - color contains mainly: blue. Hex color #7394C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7394C1 is #8C6B3E. Grayscale: #8F8F8F. Windows color (decimal): -9202495 or 12686451. OLE color: 12686451.

HSL color Cylindrical-coordinate representation of color #7394C1: hue angle of 214.62º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7394C1 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB115148193-
CMYK0.400.2300.24
HSL214.62º38.61%60.39%-
HSV(B)214.62º40.41%75.69%-
XYZ27.2928.6754.55-
YUV143.26156.07107.84-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.22%
GREEN value IS 148 (58.20% from 255) = 32.46%
BLUE value IS 193 (75.78% from 255) = 42.32%
R=25.22%
G=32.46%
B=42.32%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1151481930.400.2300.24214.6238.6160.39
Hex7394C12817018d7273c
Octal16322430150270303274774
Binary111001110010100110000011010001011101100011010111100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7394C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7394C1; }

 p { color: rgb(115,148,193); }

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

<style>
 a { background-color: #7394C1; }

 a { background-color: rgb(115,148,193); }

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

<style>
 span { border-color: #7394C1; }

 span { border-color: rgb(115,148,193); }

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