#7f98d7

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

Shades of Portage #7F98D7

Tints of Portage #7F98D7

Color information

#7F98D7 (or 0x7F98D7) is unknown color: approx Portage. HEX triplet: 7F, 98 and D7. RGB value is (127,152,215). Sum of RGB (Red+Green+Blue) = 127+152+215=494 (65% of max value = 765). Red value is 127 (50% from 255 or 25.71% from 494); Green value is 152 (59.77% from 255 or 30.77% from 494); Blue value is 215 (84.38% from 255 or 43.52% from 494); Max value from RGB is 215 - color contains mainly: blue. Hex color #7F98D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F98D7 is #806728. Grayscale: #979797. Windows color (decimal): -8415017 or 14129279. OLE color: 14129279.

HSL color Cylindrical-coordinate representation of color #7F98D7: hue angle of 222.95º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7F98D7 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB127152215-
CMYK0.410.2900.16
HSL222.95º52.38%67.06%-
HSV(B)222.95º40.93%84.31%-
XYZ32.2531.8768.74-
YUV151.71163.72110.38-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.71%
GREEN value IS 152 (59.77% from 255) = 30.77%
BLUE value IS 215 (84.38% from 255) = 43.52%
R=25.71%
G=30.77%
B=43.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1271522150.410.2900.16222.9552.3867.06
Hex7F98D7291D010df3443
Octal177230327513502033764103
Binary1111111100110001101011110100111101010000110111111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f98d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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