#7E97BF

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

Shades of Wild Blue Yonder #7E97BF

Tints of Wild Blue Yonder #7E97BF

Color information

#7E97BF (or 0x7E97BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 7E, 97 and BF. RGB value is (126,151,191). Sum of RGB (Red+Green+Blue) = 126+151+191=468 (61% of max value = 765). Red value is 126 (49.61% from 255 or 26.92% from 468); Green value is 151 (59.38% from 255 or 32.26% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 191 - color contains mainly: blue. Hex color #7E97BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E97BF is #816840. Grayscale: #939393. Windows color (decimal): -8480833 or 12556158. OLE color: 12556158.

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

Color convert

RGB126151191-
CMYK0.340.2100.25
HSL216.92º33.68%62.16%-
HSV(B)216.92º34.03%74.9%-
XYZ29.0730.3353.61-
YUV148.08152.22112.25-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.92%
GREEN value IS 151 (59.38% from 255) = 32.26%
BLUE value IS 191 (75% from 255) = 40.81%
R=26.92%
G=32.26%
B=40.81%

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
Decimal1261511910.340.2100.25216.9233.6862.16
Hex7E97BF2215019d9223e
Octal17622727742250313314276
Binary111111010010111101111111000101010101100111011001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E97BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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