#7E8AB1

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

Shades of Wild Blue Yonder #7E8AB1

Tints of Wild Blue Yonder #7E8AB1

Color information

#7E8AB1 (or 0x7E8AB1) is unknown color: approx Wild Blue Yonder. HEX triplet: 7E, 8A and B1. RGB value is (126,138,177). Sum of RGB (Red+Green+Blue) = 126+138+177=441 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.57% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 177 (69.53% from 255 or 40.14% from 441); Max value from RGB is 177 - color contains mainly: blue. Hex color #7E8AB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E8AB1 is #81754E. Grayscale: #8A8A8A. Windows color (decimal): -8484175 or 11635326. OLE color: 11635326.

HSL color Cylindrical-coordinate representation of color #7E8AB1: hue angle of 225.88º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7E8AB1 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB126138177-
CMYK0.290.2200.31
HSL225.88º24.64%59.41%-
HSV(B)225.88º28.81%69.41%-
XYZ25.6325.7945.22-
YUV138.86149.52118.83-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.57%
GREEN value IS 138 (54.30% from 255) = 31.29%
BLUE value IS 177 (69.53% from 255) = 40.14%
R=28.57%
G=31.29%
B=40.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1261381770.290.2200.31225.8824.6459.41
Hex7E8AB11D1601Fe2193b
Octal17621226135260373423173
Binary1111110100010101011000111101101100111111110001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,138,177); }

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

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

 a { background-color: rgb(126,138,177); }

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

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

 span { border-color: rgb(126,138,177); }

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