#758FD4

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

Shades of Portage #758FD4

Tints of Portage #758FD4

Color information

#758FD4 (or 0x758FD4) is unknown color: approx Portage. HEX triplet: 75, 8F and D4. RGB value is (117,143,212). Sum of RGB (Red+Green+Blue) = 117+143+212=472 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.79% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 212 (83.20% from 255 or 44.92% from 472); Max value from RGB is 212 - color contains mainly: blue. Hex color #758FD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758FD4 is #8A702B. Grayscale: #8E8E8E. Windows color (decimal): -9072684 or 13930357. OLE color: 13930357.

HSL color Cylindrical-coordinate representation of color #758FD4: hue angle of 223.58º 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 #758FD4 is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB117143212-
CMYK0.450.3300.17
HSL223.58º52.49%64.51%-
HSV(B)223.58º44.81%83.14%-
XYZ29.0428.1866.2-
YUV143.09166.89109.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.79%
GREEN value IS 143 (56.25% from 255) = 30.30%
BLUE value IS 212 (83.20% from 255) = 44.92%
R=24.79%
G=30.30%
B=44.92%

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
Decimal1171432120.450.3300.17223.5852.4964.51
Hex758FD42D21011e03441
Octal165217324554102134064101
Binary11101011000111111010100101101100001010001111000001101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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