#7C98DB

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

Shades of Portage #7C98DB

Tints of Portage #7C98DB

Color information

#7C98DB (or 0x7C98DB) is unknown color: approx Portage. HEX triplet: 7C, 98 and DB. RGB value is (124,152,219). Sum of RGB (Red+Green+Blue) = 124+152+219=495 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.05% from 495); Green value is 152 (59.77% from 255 or 30.71% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #7C98DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C98DB is #836724. Grayscale: #969696. Windows color (decimal): -8611621 or 14391420. OLE color: 14391420.

HSL color Cylindrical-coordinate representation of color #7C98DB: hue angle of 222.32º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7C98DB is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB124152219-
CMYK0.430.3100.14
HSL222.32º56.89%67.25%-
HSV(B)222.32º43.38%85.88%-
XYZ32.3331.8671.46-
YUV151.27166.22108.55-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.05%
GREEN value IS 152 (59.77% from 255) = 30.71%
BLUE value IS 219 (85.94% from 255) = 44.24%
R=25.05%
G=30.71%
B=44.24%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1241522190.430.3100.14222.3256.8967.25
Hex7C98DB2B1F0Ede3943
Octal174230333533701633671103
Binary111110010011000110110111010111111101110110111101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C98DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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