#7E91C7

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

Shades of Wild Blue Yonder #7E91C7

Tints of Wild Blue Yonder #7E91C7

Color information

#7E91C7 (or 0x7E91C7) is unknown color: approx Wild Blue Yonder. HEX triplet: 7E, 91 and C7. RGB value is (126,145,199). Sum of RGB (Red+Green+Blue) = 126+145+199=470 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.81% from 470); Green value is 145 (57.03% from 255 or 30.85% from 470); Blue value is 199 (78.12% from 255 or 42.34% from 470); Max value from RGB is 199 - color contains mainly: blue. Hex color #7E91C7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E91C7 is #816E38. Grayscale: #919191. Windows color (decimal): -8482361 or 13078910. OLE color: 13078910.

HSL color Cylindrical-coordinate representation of color #7E91C7: hue angle of 224.38º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7E91C7 is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB126145199-
CMYK0.370.2700.22
HSL224.38º39.46%63.73%-
HSV(B)224.38º36.68%78.04%-
XYZ29.0428.8158.06-
YUV145.48158.21114.11-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.81%
GREEN value IS 145 (57.03% from 255) = 30.85%
BLUE value IS 199 (78.12% from 255) = 42.34%
R=26.81%
G=30.85%
B=42.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1261451990.370.2700.22224.3839.4663.73
Hex7E91C7251B016e02740
Octal176221307453302634047100
Binary1111110100100011100011110010111011010110111000001001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E91C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,145,199); }

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

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

 a { background-color: rgb(126,145,199); }

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

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

 span { border-color: rgb(126,145,199); }

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