#758BDF

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

Shades of Portage #758BDF

Tints of Portage #758BDF

Color information

#758BDF (or 0x758BDF) is unknown color: approx Portage. HEX triplet: 75, 8B and DF. RGB value is (117,139,223). Sum of RGB (Red+Green+Blue) = 117+139+223=479 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.43% from 479); Green value is 139 (54.69% from 255 or 29.02% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #758BDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758BDF is #8A7420. Grayscale: #8D8D8D. Windows color (decimal): -9073697 or 14650229. OLE color: 14650229.

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

Color convert

RGB117139223-
CMYK0.480.3800.13
HSL227.55º62.35%66.67%-
HSV(B)227.55º47.53%87.45%-
XYZ29.8927.5773.56-
YUV142173.71110.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.43%
GREEN value IS 139 (54.69% from 255) = 29.02%
BLUE value IS 223 (87.5% from 255) = 46.56%
R=24.43%
G=29.02%
B=46.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1171392230.480.3800.13227.5562.3566.67
Hex758BDF30260De43e43
Octal165213337604601534476103
Binary1110101100010111101111111000010011001101111001001111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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