#7E93C8

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

Shades of Wild Blue Yonder #7E93C8

Tints of Wild Blue Yonder #7E93C8

Color information

#7E93C8 (or 0x7E93C8) is unknown color: approx Wild Blue Yonder. HEX triplet: 7E, 93 and C8. RGB value is (126,147,200). Sum of RGB (Red+Green+Blue) = 126+147+200=473 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.64% from 473); Green value is 147 (57.81% from 255 or 31.08% from 473); Blue value is 200 (78.52% from 255 or 42.28% from 473); Max value from RGB is 200 - color contains mainly: blue. Hex color #7E93C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E93C8 is #816C37. Grayscale: #929292. Windows color (decimal): -8481848 or 13144958. OLE color: 13144958.

HSL color Cylindrical-coordinate representation of color #7E93C8: hue angle of 222.97º degrees, saturation: 0.4, 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 #7E93C8 is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB126147200-
CMYK0.370.2600.22
HSL222.97º40.22%63.92%-
HSV(B)222.97º37%78.43%-
XYZ29.4629.4758.78-
YUV146.76158.04113.19-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.64%
GREEN value IS 147 (57.81% from 255) = 31.08%
BLUE value IS 200 (78.52% from 255) = 42.28%
R=26.64%
G=31.08%
B=42.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1261472000.370.2600.22222.9740.2263.92
Hex7E93C8251A016df2840
Octal176223310453202633750100
Binary1111110100100111100100010010111010010110110111111010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E93C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,147,200); }

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

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

 a { background-color: rgb(126,147,200); }

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

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

 span { border-color: rgb(126,147,200); }

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