#7781DF

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

Shades of Portage #7781DF

Tints of Portage #7781DF

Color information

#7781DF (or 0x7781DF) is unknown color: approx Portage. HEX triplet: 77, 81 and DF. RGB value is (119,129,223). Sum of RGB (Red+Green+Blue) = 119+129+223=471 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.27% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #7781DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7781DF is #887E20. Grayscale: #888888. Windows color (decimal): -8945185 or 14647671. OLE color: 14647671.

HSL color Cylindrical-coordinate representation of color #7781DF: hue angle of 234.23º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7781DF is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB119129223-
CMYK0.470.4200.13
HSL234.23º61.9%67.06%-
HSV(B)234.23º46.64%87.45%-
XYZ28.7824.9573.11-
YUV136.73176.69115.36-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.27%
GREEN value IS 129 (50.78% from 255) = 27.39%
BLUE value IS 223 (87.5% from 255) = 47.35%
R=25.27%
G=27.39%
B=47.35%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1191292230.470.4200.13234.2361.967.06
Hex7781DF2F2A0Dea3e43
Octal167201337575201535276103
Binary1110111100000011101111110111110101001101111010101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7781DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7781DF; }

 p { color: rgb(119,129,223); }

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

<style>
 a { background-color: #7781DF; }

 a { background-color: rgb(119,129,223); }

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

<style>
 span { border-color: #7781DF; }

 span { border-color: rgb(119,129,223); }

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