#758BD9

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

Shades of Portage #758BD9

Tints of Portage #758BD9

Color information

#758BD9 (or 0x758BD9) is unknown color: approx Portage. HEX triplet: 75, 8B and D9. RGB value is (117,139,217). Sum of RGB (Red+Green+Blue) = 117+139+217=473 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.74% from 473); Green value is 139 (54.69% from 255 or 29.39% from 473); Blue value is 217 (85.16% from 255 or 45.88% from 473); Max value from RGB is 217 - color contains mainly: blue. Hex color #758BD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758BD9 is #8A7426. Grayscale: #8C8C8C. Windows color (decimal): -9073703 or 14257013. OLE color: 14257013.

HSL color Cylindrical-coordinate representation of color #758BD9: hue angle of 226.8º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #758BD9 is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB117139217-
CMYK0.460.3600.15
HSL226.8º56.82%65.49%-
HSV(B)226.8º46.08%85.1%-
XYZ29.0927.2669.37-
YUV141.31170.71110.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.74%
GREEN value IS 139 (54.69% from 255) = 29.39%
BLUE value IS 217 (85.16% from 255) = 45.88%
R=24.74%
G=29.39%
B=45.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1171392170.460.3600.15226.856.8265.49
Hex758BD92E240Fe33941
Octal165213331564401734371101
Binary1110101100010111101100110111010010001111111000111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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