#7e96bf

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

Shades of Wild Blue Yonder #7E96BF

Tints of Wild Blue Yonder #7E96BF

Color information

#7E96BF (or 0x7E96BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 7E, 96 and BF. RGB value is (126,150,191). Sum of RGB (Red+Green+Blue) = 126+150+191=467 (61% of max value = 765). Red value is 126 (49.61% from 255 or 26.98% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 191 - color contains mainly: blue. Hex color #7E96BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E96BF is #816940. Grayscale: #939393. Windows color (decimal): -8481089 or 12555902. OLE color: 12555902.

HSL color Cylindrical-coordinate representation of color #7E96BF: hue angle of 217.85º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7E96BF is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB126150191-
CMYK0.340.2100.25
HSL217.85º33.68%62.16%-
HSV(B)217.85º34.03%74.9%-
XYZ28.9130.0153.56-
YUV147.5152.55112.67-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.98%
GREEN value IS 150 (58.98% from 255) = 32.12%
BLUE value IS 191 (75% from 255) = 40.90%
R=26.98%
G=32.12%
B=40.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261501910.340.2100.25217.8533.6862.16
Hex7E96BF2215019da223e
Octal17622627742250313324276
Binary111111010010110101111111000101010101100111011010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7e96bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7e96bf; }

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

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

<style>
 a { background-color: #7e96bf; }

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

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

<style>
 span { border-color: #7e96bf; }

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

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