#7D8AF0

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

Shades of Portage #7D8AF0

Tints of Portage #7D8AF0

Color information

#7D8AF0 (or 0x7D8AF0) is unknown color: approx Portage. HEX triplet: 7D, 8A and F0. RGB value is (125,138,240). Sum of RGB (Red+Green+Blue) = 125+138+240=503 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.85% from 503); Green value is 138 (54.30% from 255 or 27.44% from 503); Blue value is 240 (94.14% from 255 or 47.71% from 503); Max value from RGB is 240 - color contains mainly: blue. Hex color #7D8AF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D8AF0 is #82750F. Grayscale: #919191. Windows color (decimal): -8549648 or 15764093. OLE color: 15764093.

HSL color Cylindrical-coordinate representation of color #7D8AF0: hue angle of 233.22º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D8AF0 is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB125138240-
CMYK0.480.4200.06
HSL233.22º79.31%71.57%-
HSV(B)233.22º47.92%94.12%-
XYZ33.2728.8386.25-
YUV145.74181.19113.21-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.85%
GREEN value IS 138 (54.30% from 255) = 27.44%
BLUE value IS 240 (94.14% from 255) = 47.71%
R=24.85%
G=27.44%
B=47.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1251382400.480.4200.06233.2279.3171.57
Hex7D8AF0302A06e94f48
Octal175212360605206351117110
Binary1111101100010101111000011000010101001101110100110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,138,240); }

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

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

 a { background-color: rgb(125,138,240); }

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

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

 span { border-color: rgb(125,138,240); }

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