#7E8BBE

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

Shades of Wild Blue Yonder #7E8BBE

Tints of Wild Blue Yonder #7E8BBE

Color information

#7E8BBE (or 0x7E8BBE) is unknown color: approx Wild Blue Yonder. HEX triplet: 7E, 8B and BE. RGB value is (126,139,190). Sum of RGB (Red+Green+Blue) = 126+139+190=455 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.69% from 455); Green value is 139 (54.69% from 255 or 30.55% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 190 - color contains mainly: blue. Hex color #7E8BBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E8BBE is #817441. Grayscale: #8C8C8C. Windows color (decimal): -8483906 or 12487550. OLE color: 12487550.

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

Color convert

RGB126139190-
CMYK0.340.2700.25
HSL227.81º32.99%61.96%-
HSV(B)227.81º33.68%74.51%-
XYZ27.1326.6252.42-
YUV140.93155.69117.35-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.69%
GREEN value IS 139 (54.69% from 255) = 30.55%
BLUE value IS 190 (74.61% from 255) = 41.76%
R=27.69%
G=30.55%
B=41.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261391900.340.2700.25227.8132.9961.96
Hex7E8BBE221B019e4213e
Octal17621327642330313444176
Binary111111010001011101111101000101101101100111100100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,139,190); }

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

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

 a { background-color: rgb(126,139,190); }

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

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

 span { border-color: rgb(126,139,190); }

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