#7C90CF

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

Shades of Portage #7C90CF

Tints of Portage #7C90CF

Color information

#7C90CF (or 0x7C90CF) is unknown color: approx Portage. HEX triplet: 7C, 90 and CF. RGB value is (124,144,207). Sum of RGB (Red+Green+Blue) = 124+144+207=475 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.11% from 475); Green value is 144 (56.64% from 255 or 30.32% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #7C90CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C90CF is #836F30. Grayscale: #909090. Windows color (decimal): -8613681 or 13602940. OLE color: 13602940.

HSL color Cylindrical-coordinate representation of color #7C90CF: hue angle of 225.54º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C90CF is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB124144207-
CMYK0.400.3000.19
HSL225.54º46.37%64.9%-
HSV(B)225.54º40.1%81.18%-
XYZ29.5528.7463.02-
YUV145.2162.87112.88-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.11%
GREEN value IS 144 (56.64% from 255) = 30.32%
BLUE value IS 207 (81.25% from 255) = 43.58%
R=26.11%
G=30.32%
B=43.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1241442070.400.3000.19225.5446.3764.9
Hex7C90CF281E013e22e41
Octal174220317503602334256101
Binary1111100100100001100111110100011110010011111000101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C90CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,144,207); }

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

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

 a { background-color: rgb(124,144,207); }

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

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

 span { border-color: rgb(124,144,207); }

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