#7F9BDC

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

Shades of Portage #7F9BDC

Tints of Portage #7F9BDC

Color information

#7F9BDC (or 0x7F9BDC) is unknown color: approx Portage. HEX triplet: 7F, 9B and DC. RGB value is (127,155,220). Sum of RGB (Red+Green+Blue) = 127+155+220=502 (66% of max value = 765). Red value is 127 (50% from 255 or 25.30% from 502); Green value is 155 (60.94% from 255 or 30.88% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F9BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9BDC is #806423. Grayscale: #999999. Windows color (decimal): -8414244 or 14457727. OLE color: 14457727.

HSL color Cylindrical-coordinate representation of color #7F9BDC: hue angle of 221.94º degrees, saturation: 0.57, 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 #7F9BDC is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB127155220-
CMYK0.420.3000.14
HSL221.94º57.06%68.04%-
HSV(B)221.94º42.27%86.27%-
XYZ33.3933.1272.34-
YUV154.04165.22108.71-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.30%
GREEN value IS 155 (60.94% from 255) = 30.88%
BLUE value IS 220 (86.33% from 255) = 43.82%
R=25.30%
G=30.88%
B=43.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1271552200.420.3000.14221.9457.0668.04
Hex7F9BDC2A1E0Ede3944
Octal177233334523601633671104
Binary111111110011011110111001010101111001110110111101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,155,220); }

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

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

 a { background-color: rgb(127,155,220); }

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

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

 span { border-color: rgb(127,155,220); }

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