#7296BF

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

Shades of Wild Blue Yonder #7296BF

Tints of Wild Blue Yonder #7296BF

Color information

#7296BF (or 0x7296BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 96 and BF. RGB value is (114,150,191). Sum of RGB (Red+Green+Blue) = 114+150+191=455 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.05% from 455); Green value is 150 (58.98% from 255 or 32.97% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 191 - color contains mainly: blue. Hex color #7296BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7296BF is #8D6940. Grayscale: #8F8F8F. Windows color (decimal): -9267521 or 12555890. OLE color: 12555890.

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

Color convert

RGB114150191-
CMYK0.400.2100.25
HSL211.95º37.56%59.8%-
HSV(B)211.95º40.31%74.9%-
XYZ27.2529.1553.48-
YUV143.91154.57106.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.05%
GREEN value IS 150 (58.98% from 255) = 32.97%
BLUE value IS 191 (75% from 255) = 41.98%
R=25.05%
G=32.97%
B=41.98%

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
Decimal1141501910.400.2100.25211.9537.5659.8
Hex7296BF2815019d4263c
Octal16222627750250313244674
Binary111001010010110101111111010001010101100111010100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7296BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7296BF; }

 p { color: rgb(114,150,191); }

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

<style>
 a { background-color: #7296BF; }

 a { background-color: rgb(114,150,191); }

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

<style>
 span { border-color: #7296BF; }

 span { border-color: rgb(114,150,191); }

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