#7F9CDB

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

Shades of Portage #7F9CDB

Tints of Portage #7F9CDB

Color information

#7F9CDB (or 0x7F9CDB) is unknown color: approx Portage. HEX triplet: 7F, 9C and DB. RGB value is (127,156,219). Sum of RGB (Red+Green+Blue) = 127+156+219=502 (66% of max value = 765). Red value is 127 (50% from 255 or 25.30% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #7F9CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9CDB is #806324. Grayscale: #9A9A9A. Windows color (decimal): -8413989 or 14392447. OLE color: 14392447.

HSL color Cylindrical-coordinate representation of color #7F9CDB: hue angle of 221.09º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7F9CDB is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB127156219-
CMYK0.420.2900.14
HSL221.09º56.1%67.84%-
HSV(B)221.09º42.01%85.88%-
XYZ33.4333.471.7-
YUV154.51164.39108.38-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.30%
GREEN value IS 156 (61.33% from 255) = 31.08%
BLUE value IS 219 (85.94% from 255) = 43.63%
R=25.30%
G=31.08%
B=43.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1271562190.420.2900.14221.0956.167.84
Hex7F9CDB2A1D0Edd3844
Octal177234333523501633570104
Binary111111110011100110110111010101110101110110111011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,156,219); }

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

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

 a { background-color: rgb(127,156,219); }

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

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

 span { border-color: rgb(127,156,219); }

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