#7E8DBF

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

Shades of Wild Blue Yonder #7E8DBF

Tints of Wild Blue Yonder #7E8DBF

Color information

#7E8DBF (or 0x7E8DBF) is unknown color: approx Wild Blue Yonder. HEX triplet: 7E, 8D and BF. RGB value is (126,141,191). Sum of RGB (Red+Green+Blue) = 126+141+191=458 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.51% from 458); Green value is 141 (55.47% from 255 or 30.79% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 191 - color contains mainly: blue. Hex color #7E8DBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E8DBF is #817240. Grayscale: #8E8E8E. Windows color (decimal): -8483393 or 12553598. OLE color: 12553598.

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

Color convert

RGB126141191-
CMYK0.340.2600.25
HSL226.15º33.68%62.16%-
HSV(B)226.15º34.03%74.9%-
XYZ27.5327.2553.1-
YUV142.22155.53116.43-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.51%
GREEN value IS 141 (55.47% from 255) = 30.79%
BLUE value IS 191 (75% from 255) = 41.70%
R=27.51%
G=30.79%
B=41.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261411910.340.2600.25226.1533.6862.16
Hex7E8DBF221A019e2223e
Octal17621527742320313424276
Binary111111010001101101111111000101101001100111100010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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