#7D8CF0

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

Shades of Portage #7D8CF0

Tints of Portage #7D8CF0

Color information

#7D8CF0 (or 0x7D8CF0) is unknown color: approx Portage. HEX triplet: 7D, 8C and F0. RGB value is (125,140,240). Sum of RGB (Red+Green+Blue) = 125+140+240=505 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.75% from 505); Green value is 140 (55.08% from 255 or 27.72% from 505); Blue value is 240 (94.14% from 255 or 47.52% from 505); Max value from RGB is 240 - color contains mainly: blue. Hex color #7D8CF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D8CF0 is #82730F. Grayscale: #929292. Windows color (decimal): -8549136 or 15764605. OLE color: 15764605.

HSL color Cylindrical-coordinate representation of color #7D8CF0: hue angle of 232.17º 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 #7D8CF0 is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB125140240-
CMYK0.480.4200.06
HSL232.17º79.31%71.57%-
HSV(B)232.17º47.92%94.12%-
XYZ33.5629.4186.35-
YUV146.92180.53112.37-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.75%
GREEN value IS 140 (55.08% from 255) = 27.72%
BLUE value IS 240 (94.14% from 255) = 47.52%
R=24.75%
G=27.72%
B=47.52%

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
Decimal1251402400.480.4200.06232.1779.3171.57
Hex7D8CF0302A06e84f48
Octal175214360605206350117110
Binary1111101100011001111000011000010101001101110100010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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