#7397C0

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

Shades of Wild Blue Yonder #7397C0

Tints of Wild Blue Yonder #7397C0

Color information

#7397C0 (or 0x7397C0) is unknown color: approx Wild Blue Yonder. HEX triplet: 73, 97 and C0. RGB value is (115,151,192). Sum of RGB (Red+Green+Blue) = 115+151+192=458 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.11% from 458); Green value is 151 (59.38% from 255 or 32.97% from 458); Blue value is 192 (75.39% from 255 or 41.92% from 458); Max value from RGB is 192 - color contains mainly: blue. Hex color #7397C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7397C0 is #8C683F. Grayscale: #909090. Windows color (decimal): -9201728 or 12621683. OLE color: 12621683.

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

Color convert

RGB115151192-
CMYK0.400.2100.25
HSL211.95º37.93%60.2%-
HSV(B)211.95º40.1%75.29%-
XYZ27.6529.5854.12-
YUV144.91154.57106.67-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.11%
GREEN value IS 151 (59.38% from 255) = 32.97%
BLUE value IS 192 (75.39% from 255) = 41.92%
R=25.11%
G=32.97%
B=41.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151511920.400.2100.25211.9537.9360.2
Hex7397C02815019d4263c
Octal16322730050250313244674
Binary111001110010111110000001010001010101100111010100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7397C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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