#7F98EA

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

Shades of Portage #7F98EA

Tints of Portage #7F98EA

Color information

#7F98EA (or 0x7F98EA) is unknown color: approx Portage. HEX triplet: 7F, 98 and EA. RGB value is (127,152,234). Sum of RGB (Red+Green+Blue) = 127+152+234=513 (67% of max value = 765). Red value is 127 (50% from 255 or 24.76% from 513); Green value is 152 (59.77% from 255 or 29.63% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #7F98EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F98EA is #806715. Grayscale: #999999. Windows color (decimal): -8414998 or 15374463. OLE color: 15374463.

HSL color Cylindrical-coordinate representation of color #7F98EA: hue angle of 225.98º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F98EA is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB127152234-
CMYK0.460.3500.08
HSL225.98º71.81%70.78%-
HSV(B)225.98º45.73%91.76%-
XYZ34.8332.9182.36-
YUV153.87173.22108.83-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.76%
GREEN value IS 152 (59.77% from 255) = 29.63%
BLUE value IS 234 (91.80% from 255) = 45.61%
R=24.76%
G=29.63%
B=45.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1271522340.460.3500.08225.9871.8170.78
Hex7F98EA2E2308e24847
Octal1772303525643010342110107
Binary11111111001100011101010101110100011010001110001010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F98EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,152,234); }

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

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

 a { background-color: rgb(127,152,234); }

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

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

 span { border-color: rgb(127,152,234); }

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