#758DD4

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

Shades of Portage #758DD4

Tints of Portage #758DD4

Color information

#758DD4 (or 0x758DD4) is unknown color: approx Portage. HEX triplet: 75, 8D and D4. RGB value is (117,141,212). Sum of RGB (Red+Green+Blue) = 117+141+212=470 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.89% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 212 (83.20% from 255 or 45.11% from 470); Max value from RGB is 212 - color contains mainly: blue. Hex color #758DD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758DD4 is #8A722B. Grayscale: #8D8D8D. Windows color (decimal): -9073196 or 13929845. OLE color: 13929845.

HSL color Cylindrical-coordinate representation of color #758DD4: hue angle of 224.84º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #758DD4 is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB117141212-
CMYK0.450.3300.17
HSL224.84º52.49%64.51%-
HSV(B)224.84º44.81%83.14%-
XYZ28.7427.5966.1-
YUV141.92167.55110.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.89%
GREEN value IS 141 (55.47% from 255) = 30%
BLUE value IS 212 (83.20% from 255) = 45.11%
R=24.89%
G=30%
B=45.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1171412120.450.3300.17224.8452.4964.51
Hex758DD42D21011e13441
Octal165215324554102134164101
Binary11101011000110111010100101101100001010001111000011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,141,212); }

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

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

 a { background-color: rgb(117,141,212); }

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

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

 span { border-color: rgb(117,141,212); }

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