#758BDD

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

Shades of Portage #758BDD

Tints of Portage #758BDD

Color information

#758BDD (or 0x758BDD) is unknown color: approx Portage. HEX triplet: 75, 8B and DD. RGB value is (117,139,221). Sum of RGB (Red+Green+Blue) = 117+139+221=477 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.53% from 477); Green value is 139 (54.69% from 255 or 29.14% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #758BDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758BDD is #8A7422. Grayscale: #8D8D8D. Windows color (decimal): -9073699 or 14519157. OLE color: 14519157.

HSL color Cylindrical-coordinate representation of color #758BDD: hue angle of 227.31º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #758BDD is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB117139221-
CMYK0.470.3700.13
HSL227.31º60.47%66.27%-
HSV(B)227.31º47.06%86.67%-
XYZ29.6227.4772.15-
YUV141.77172.71110.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.53%
GREEN value IS 139 (54.69% from 255) = 29.14%
BLUE value IS 221 (86.72% from 255) = 46.33%
R=24.53%
G=29.14%
B=46.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1171392210.470.3700.13227.3160.4766.27
Hex758BDD2F250De33c42
Octal165213335574501534374102
Binary1110101100010111101110110111110010101101111000111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758BDD; }

 p { color: rgb(117,139,221); }

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

<style>
 a { background-color: #758BDD; }

 a { background-color: rgb(117,139,221); }

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

<style>
 span { border-color: #758BDD; }

 span { border-color: rgb(117,139,221); }

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