#7C8BDA

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

Shades of Portage #7C8BDA

Tints of Portage #7C8BDA

Color information

#7C8BDA (or 0x7C8BDA) is unknown color: approx Portage. HEX triplet: 7C, 8B and DA. RGB value is (124,139,218). Sum of RGB (Red+Green+Blue) = 124+139+218=481 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.78% from 481); Green value is 139 (54.69% from 255 or 28.90% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #7C8BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C8BDA is #837425. Grayscale: #8F8F8F. Windows color (decimal): -8614950 or 14322556. OLE color: 14322556.

HSL color Cylindrical-coordinate representation of color #7C8BDA: hue angle of 230.43º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7C8BDA is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB124139218-
CMYK0.430.3600.15
HSL230.43º55.95%67.06%-
HSV(B)230.43º43.12%85.49%-
XYZ30.227.8170.11-
YUV143.52170.03114.08-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.78%
GREEN value IS 139 (54.69% from 255) = 28.90%
BLUE value IS 218 (85.55% from 255) = 45.32%
R=25.78%
G=28.90%
B=45.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1241392180.430.3600.15230.4355.9567.06
Hex7C8BDA2B240Fe63843
Octal174213332534401734670103
Binary1111100100010111101101010101110010001111111001101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,139,218); }

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

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

 a { background-color: rgb(124,139,218); }

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

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

 span { border-color: rgb(124,139,218); }

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