#7E92DB

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

Shades of Portage #7E92DB

Tints of Portage #7E92DB

Color information

#7E92DB (or 0x7E92DB) is unknown color: approx Portage. HEX triplet: 7E, 92 and DB. RGB value is (126,146,219). Sum of RGB (Red+Green+Blue) = 126+146+219=491 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.66% from 491); Green value is 146 (57.42% from 255 or 29.74% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E92DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E92DB is #816D24. Grayscale: #949494. Windows color (decimal): -8482085 or 14389886. OLE color: 14389886.

HSL color Cylindrical-coordinate representation of color #7E92DB: hue angle of 227.1º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E92DB is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB126146219-
CMYK0.420.3300.14
HSL227.1º56.36%67.65%-
HSV(B)227.1º42.47%85.88%-
XYZ31.6730.1171.16-
YUV148.34167.87112.06-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.66%
GREEN value IS 146 (57.42% from 255) = 29.74%
BLUE value IS 219 (85.94% from 255) = 44.60%
R=25.66%
G=29.74%
B=44.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1261462190.420.3300.14227.156.3667.65
Hex7E92DB2A210Ee33844
Octal176222333524101634370104
Binary1111110100100101101101110101010000101110111000111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E92DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,146,219); }

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

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

 a { background-color: rgb(126,146,219); }

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

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

 span { border-color: rgb(126,146,219); }

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