#7D8BF0

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

Shades of Portage #7D8BF0

Tints of Portage #7D8BF0

Color information

#7D8BF0 (or 0x7D8BF0) is unknown color: approx Portage. HEX triplet: 7D, 8B and F0. RGB value is (125,139,240). Sum of RGB (Red+Green+Blue) = 125+139+240=504 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.80% from 504); Green value is 139 (54.69% from 255 or 27.58% from 504); Blue value is 240 (94.14% from 255 or 47.62% from 504); Max value from RGB is 240 - color contains mainly: blue. Hex color #7D8BF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D8BF0 is #82740F. Grayscale: #919191. Windows color (decimal): -8549392 or 15764349. OLE color: 15764349.

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

Color convert

RGB125139240-
CMYK0.480.4200.06
HSL232.7º79.31%71.57%-
HSV(B)232.7º47.92%94.12%-
XYZ33.4229.1286.3-
YUV146.33180.86112.79-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.80%
GREEN value IS 139 (54.69% from 255) = 27.58%
BLUE value IS 240 (94.14% from 255) = 47.62%
R=24.80%
G=27.58%
B=47.62%

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
Decimal1251392400.480.4200.06232.779.3171.57
Hex7D8BF0302A06e94f48
Octal175213360605206351117110
Binary1111101100010111111000011000010101001101110100110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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