#7C8AF1

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

Shades of Portage #7C8AF1

Tints of Portage #7C8AF1

Color information

#7C8AF1 (or 0x7C8AF1) is unknown color: approx Portage. HEX triplet: 7C, 8A and F1. RGB value is (124,138,241). Sum of RGB (Red+Green+Blue) = 124+138+241=503 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.65% from 503); Green value is 138 (54.30% from 255 or 27.44% from 503); Blue value is 241 (94.53% from 255 or 47.91% from 503); Max value from RGB is 241 - color contains mainly: blue. Hex color #7C8AF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C8AF1 is #83750E. Grayscale: #919191. Windows color (decimal): -8615183 or 15829628. OLE color: 15829628.

HSL color Cylindrical-coordinate representation of color #7C8AF1: hue angle of 232.82º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C8AF1 is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB124138241-
CMYK0.490.4300.05
HSL232.82º80.69%71.57%-
HSV(B)232.82º48.55%94.51%-
XYZ33.2828.8187.03-
YUV145.56181.86112.62-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.65%
GREEN value IS 138 (54.30% from 255) = 27.44%
BLUE value IS 241 (94.53% from 255) = 47.91%
R=24.65%
G=27.44%
B=47.91%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1241382410.490.4300.05232.8280.6971.57
Hex7C8AF1312B05e95148
Octal174212361615305351121110
Binary1111100100010101111000111000110101101011110100110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,138,241); }

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

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

 a { background-color: rgb(124,138,241); }

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

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

 span { border-color: rgb(124,138,241); }

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