#7E98CE

Color #7E98CE Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #7E98CE

Tints of Portage #7E98CE

Color information

#7E98CE (or 0x7E98CE) is unknown color: approx Portage. HEX triplet: 7E, 98 and CE. RGB value is (126,152,206). Sum of RGB (Red+Green+Blue) = 126+152+206=484 (64% of max value = 765). Red value is 126 (49.61% from 255 or 26.03% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #7E98CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E98CE is #816731. Grayscale: #969696. Windows color (decimal): -8480562 or 13539454. OLE color: 13539454.

HSL color Cylindrical-coordinate representation of color #7E98CE: hue angle of 220.5º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7E98CE is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB126152206-
CMYK0.390.2600.19
HSL220.5º44.94%65.1%-
HSV(B)220.5º38.83%80.78%-
XYZ30.9731.3562.81-
YUV150.38159.39110.61-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.03%
GREEN value IS 152 (59.77% from 255) = 31.40%
BLUE value IS 206 (80.86% from 255) = 42.56%
R=26.03%
G=31.40%
B=42.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1261522060.390.2600.19220.544.9465.1
Hex7E98CE271A013dc2d41
Octal176230316473202333455101
Binary1111110100110001100111010011111010010011110111001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E98CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,152,206); }

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

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

 a { background-color: rgb(126,152,206); }

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

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

 span { border-color: rgb(126,152,206); }

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