#7E80B1

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

Shades of Wild Blue Yonder #7E80B1

Tints of Wild Blue Yonder #7E80B1

Color information

#7E80B1 (or 0x7E80B1) is unknown color: approx Wild Blue Yonder. HEX triplet: 7E, 80 and B1. RGB value is (126,128,177). Sum of RGB (Red+Green+Blue) = 126+128+177=431 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.23% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 177 (69.53% from 255 or 41.07% from 431); Max value from RGB is 177 - color contains mainly: blue. Hex color #7E80B1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E80B1 is #817F4E. Grayscale: #848484. Windows color (decimal): -8486735 or 11632766. OLE color: 11632766.

HSL color Cylindrical-coordinate representation of color #7E80B1: hue angle of 237.65º 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 #7E80B1 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB126128177-
CMYK0.290.2800.31
HSL237.65º24.64%59.41%-
HSV(B)237.65º28.81%69.41%-
XYZ24.2623.0544.77-
YUV132.99152.84123.02-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.23%
GREEN value IS 128 (50.39% from 255) = 29.70%
BLUE value IS 177 (69.53% from 255) = 41.07%
R=29.23%
G=29.70%
B=41.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1261281770.290.2800.31237.6524.6459.41
Hex7E80B11D1C01Fee193b
Octal17620026135340373563173
Binary1111110100000001011000111101111000111111110111011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E80B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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