#7C98EA

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

Shades of Portage #7C98EA

Tints of Portage #7C98EA

Color information

#7C98EA (or 0x7C98EA) is unknown color: approx Portage. HEX triplet: 7C, 98 and EA. RGB value is (124,152,234). Sum of RGB (Red+Green+Blue) = 124+152+234=510 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.31% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 234 - color contains mainly: blue. Hex color #7C98EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C98EA is #836715. Grayscale: #989898. Windows color (decimal): -8611606 or 15374460. OLE color: 15374460.

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

Color convert

RGB124152234-
CMYK0.470.3500.08
HSL224.73º72.37%70.2%-
HSV(B)224.73º47.01%91.76%-
XYZ34.3932.6882.34-
YUV152.98173.72107.33-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.31%
GREEN value IS 152 (59.77% from 255) = 29.80%
BLUE value IS 234 (91.80% from 255) = 45.88%
R=24.31%
G=29.80%
B=45.88%

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
Decimal1241522340.470.3500.08224.7372.3770.2
Hex7C98EA2F2308e14846
Octal1742303525743010341110106
Binary11111001001100011101010101111100011010001110000110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C98EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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