#7F98CE

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

Shades of Portage #7F98CE

Tints of Portage #7F98CE

Color information

#7F98CE (or 0x7F98CE) is unknown color: approx Portage. HEX triplet: 7F, 98 and CE. RGB value is (127,152,206). Sum of RGB (Red+Green+Blue) = 127+152+206=485 (64% of max value = 765). Red value is 127 (50% from 255 or 26.19% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F98CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F98CE is #806731. Grayscale: #969696. Windows color (decimal): -8415026 or 13539455. OLE color: 13539455.

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

Color convert

RGB127152206-
CMYK0.380.2600.19
HSL221.01º44.63%65.29%-
HSV(B)221.01º38.35%80.78%-
XYZ31.1231.4262.82-
YUV150.68159.22111.11-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.19%
GREEN value IS 152 (59.77% from 255) = 31.34%
BLUE value IS 206 (80.86% from 255) = 42.47%
R=26.19%
G=31.34%
B=42.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1271522060.380.2600.19221.0144.6365.29
Hex7F98CE261A013dd2d41
Octal177230316463202333555101
Binary1111111100110001100111010011011010010011110111011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F98CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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