#758AD7

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

Shades of Portage #758AD7

Tints of Portage #758AD7

Color information

#758AD7 (or 0x758AD7) is unknown color: approx Portage. HEX triplet: 75, 8A and D7. RGB value is (117,138,215). Sum of RGB (Red+Green+Blue) = 117+138+215=470 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.89% from 470); Green value is 138 (54.30% from 255 or 29.36% from 470); Blue value is 215 (84.38% from 255 or 45.74% from 470); Max value from RGB is 215 - color contains mainly: blue. Hex color #758AD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758AD7 is #8A7528. Grayscale: #8C8C8C. Windows color (decimal): -9073961 or 14125685. OLE color: 14125685.

HSL color Cylindrical-coordinate representation of color #758AD7: hue angle of 227.14º 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 #758AD7 is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB117138215-
CMYK0.460.3600.16
HSL227.14º55.06%65.1%-
HSV(B)227.14º45.58%84.31%-
XYZ28.6926.8767.96-
YUV140.5170.04111.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.89%
GREEN value IS 138 (54.30% from 255) = 29.36%
BLUE value IS 215 (84.38% from 255) = 45.74%
R=24.89%
G=29.36%
B=45.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1171382150.460.3600.16227.1455.0665.1
Hex758AD72E24010e33741
Octal165212327564402034367101
Binary11101011000101011010111101110100100010000111000111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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