#758CD4

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

Shades of Portage #758CD4

Tints of Portage #758CD4

Color information

#758CD4 (or 0x758CD4) is unknown color: approx Portage. HEX triplet: 75, 8C and D4. RGB value is (117,140,212). Sum of RGB (Red+Green+Blue) = 117+140+212=469 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.95% from 469); Green value is 140 (55.08% from 255 or 29.85% from 469); Blue value is 212 (83.20% from 255 or 45.20% from 469); Max value from RGB is 212 - color contains mainly: blue. Hex color #758CD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758CD4 is #8A732B. Grayscale: #8D8D8D. Windows color (decimal): -9073452 or 13929589. OLE color: 13929589.

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

Color convert

RGB117140212-
CMYK0.450.3400.17
HSL225.47º52.49%64.51%-
HSV(B)225.47º44.81%83.14%-
XYZ28.627.2966.05-
YUV141.33167.88110.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.95%
GREEN value IS 140 (55.08% from 255) = 29.85%
BLUE value IS 212 (83.20% from 255) = 45.20%
R=24.95%
G=29.85%
B=45.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1171402120.450.3400.17225.4752.4964.51
Hex758CD42D22011e13441
Octal165214324554202134164101
Binary11101011000110011010100101101100010010001111000011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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