#7f90d3

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

Shades of Portage #7F90D3

Tints of Portage #7F90D3

Color information

#7F90D3 (or 0x7F90D3) is unknown color: approx Portage. HEX triplet: 7F, 90 and D3. RGB value is (127,144,211). Sum of RGB (Red+Green+Blue) = 127+144+211=482 (63% of max value = 765). Red value is 127 (50% from 255 or 26.35% from 482); Green value is 144 (56.64% from 255 or 29.88% from 482); Blue value is 211 (82.81% from 255 or 43.78% from 482); Max value from RGB is 211 - color contains mainly: blue. Hex color #7F90D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F90D3 is #806F2C. Grayscale: #929292. Windows color (decimal): -8417069 or 13865087. OLE color: 13865087.

HSL color Cylindrical-coordinate representation of color #7F90D3: hue angle of 227.86º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7F90D3 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB127144211-
CMYK0.400.3200.17
HSL227.86º48.84%66.27%-
HSV(B)227.86º39.81%82.75%-
XYZ30.4829.1665.65-
YUV146.56164.37114.05-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.35%
GREEN value IS 144 (56.64% from 255) = 29.88%
BLUE value IS 211 (82.81% from 255) = 43.78%
R=26.35%
G=29.88%
B=43.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1271442110.400.3200.17227.8648.8466.27
Hex7F90D32820011e43142
Octal177220323504002134461102
Binary11111111001000011010011101000100000010001111001001100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f90d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,144,211); }

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

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

 a { background-color: rgb(127,144,211); }

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

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

 span { border-color: rgb(127,144,211); }

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