#7294BC

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

Shades of Wild Blue Yonder #7294BC

Tints of Wild Blue Yonder #7294BC

Color information

#7294BC (or 0x7294BC) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 94 and BC. RGB value is (114,148,188). Sum of RGB (Red+Green+Blue) = 114+148+188=450 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.33% from 450); Green value is 148 (58.20% from 255 or 32.89% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 188 - color contains mainly: blue. Hex color #7294BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7294BC is #8D6B43. Grayscale: #8E8E8E. Windows color (decimal): -9268036 or 12358770. OLE color: 12358770.

HSL color Cylindrical-coordinate representation of color #7294BC: hue angle of 212.43º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7294BC is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB114148188-
CMYK0.390.2100.26
HSL212.43º35.58%59.22%-
HSV(B)212.43º39.36%73.73%-
XYZ26.6128.3951.65-
YUV142.39153.74107.75-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.33%
GREEN value IS 148 (58.20% from 255) = 32.89%
BLUE value IS 188 (73.83% from 255) = 41.78%
R=25.33%
G=32.89%
B=41.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1141481880.390.2100.26212.4335.5859.22
Hex7294BC271501Ad4243b
Octal16222427447250323244473
Binary111001010010100101111001001111010101101011010100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7294BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7294BC; }

 p { color: rgb(114,148,188); }

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

<style>
 a { background-color: #7294BC; }

 a { background-color: rgb(114,148,188); }

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

<style>
 span { border-color: #7294BC; }

 span { border-color: rgb(114,148,188); }

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