#758ED7

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

Shades of Portage #758ED7

Tints of Portage #758ED7

Color information

#758ED7 (or 0x758ED7) is unknown color: approx Portage. HEX triplet: 75, 8E and D7. RGB value is (117,142,215). Sum of RGB (Red+Green+Blue) = 117+142+215=474 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.68% from 474); Green value is 142 (55.86% from 255 or 29.96% from 474); Blue value is 215 (84.38% from 255 or 45.36% from 474); Max value from RGB is 215 - color contains mainly: blue. Hex color #758ED7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758ED7 is #8A7128. Grayscale: #8E8E8E. Windows color (decimal): -9072937 or 14126709. OLE color: 14126709.

HSL color Cylindrical-coordinate representation of color #758ED7: hue angle of 224.69º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #758ED7 is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB117142215-
CMYK0.460.3400.16
HSL224.69º55.06%65.1%-
HSV(B)224.69º45.58%84.31%-
XYZ29.2728.0368.16-
YUV142.85168.72109.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.68%
GREEN value IS 142 (55.86% from 255) = 29.96%
BLUE value IS 215 (84.38% from 255) = 45.36%
R=24.68%
G=29.96%
B=45.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1171422150.460.3400.16224.6955.0665.1
Hex758ED72E22010e13741
Octal165216327564202034167101
Binary11101011000111011010111101110100010010000111000011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,142,215); }

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

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

 a { background-color: rgb(117,142,215); }

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

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

 span { border-color: rgb(117,142,215); }

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