#7D98EB

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

Shades of Portage #7D98EB

Tints of Portage #7D98EB

Color information

#7D98EB (or 0x7D98EB) is unknown color: approx Portage. HEX triplet: 7D, 98 and EB. RGB value is (125,152,235). Sum of RGB (Red+Green+Blue) = 125+152+235=512 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.41% from 512); Green value is 152 (59.77% from 255 or 29.69% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #7D98EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D98EB is #826714. Grayscale: #999999. Windows color (decimal): -8546069 or 15439997. OLE color: 15439997.

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

Color convert

RGB125152235-
CMYK0.470.3500.08
HSL225.27º73.33%70.59%-
HSV(B)225.27º46.81%92.16%-
XYZ34.6832.8183.1-
YUV153.39174.05107.75-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.41%
GREEN value IS 152 (59.77% from 255) = 29.69%
BLUE value IS 235 (92.19% from 255) = 45.90%
R=24.41%
G=29.69%
B=45.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1251522350.470.3500.08225.2773.3370.59
Hex7D98EB2F2308e14947
Octal1752303535743010341111107
Binary11111011001100011101011101111100011010001110000110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D98EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,152,235); }

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

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

 a { background-color: rgb(125,152,235); }

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

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

 span { border-color: rgb(125,152,235); }

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