#7F9ADC

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

Shades of Portage #7F9ADC

Tints of Portage #7F9ADC

Color information

#7F9ADC (or 0x7F9ADC) is unknown color: approx Portage. HEX triplet: 7F, 9A and DC. RGB value is (127,154,220). Sum of RGB (Red+Green+Blue) = 127+154+220=501 (66% of max value = 765). Red value is 127 (50% from 255 or 25.35% from 501); Green value is 154 (60.55% from 255 or 30.74% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F9ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9ADC is #806523. Grayscale: #999999. Windows color (decimal): -8414500 or 14457471. OLE color: 14457471.

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

Color convert

RGB127154220-
CMYK0.420.300.14
HSL222.58º57.06%68.04%-
HSV(B)222.58º42.27%86.27%-
XYZ33.2332.7972.29-
YUV153.45165.55109.13-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.35%
GREEN value IS 154 (60.55% from 255) = 30.74%
BLUE value IS 220 (86.33% from 255) = 43.91%
R=25.35%
G=30.74%
B=43.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1271542200.420.300.14222.5857.0668.04
Hex7F9ADC2A1E0Edf3944
Octal177232334523601633771104
Binary111111110011010110111001010101111001110110111111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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