#758CD7

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

Shades of Portage #758CD7

Tints of Portage #758CD7

Color information

#758CD7 (or 0x758CD7) is unknown color: approx Portage. HEX triplet: 75, 8C and D7. RGB value is (117,140,215). Sum of RGB (Red+Green+Blue) = 117+140+215=472 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.79% from 472); Green value is 140 (55.08% from 255 or 29.66% from 472); Blue value is 215 (84.38% from 255 or 45.55% from 472); Max value from RGB is 215 - color contains mainly: blue. Hex color #758CD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758CD7 is #8A7328. Grayscale: #8D8D8D. Windows color (decimal): -9073449 or 14126197. OLE color: 14126197.

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

Color convert

RGB117140215-
CMYK0.460.3500.16
HSL225.92º55.06%65.1%-
HSV(B)225.92º45.58%84.31%-
XYZ28.9827.4468.06-
YUV141.67169.38110.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.79%
GREEN value IS 140 (55.08% from 255) = 29.66%
BLUE value IS 215 (84.38% from 255) = 45.55%
R=24.79%
G=29.66%
B=45.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1171402150.460.3500.16225.9255.0665.1
Hex758CD72E23010e23741
Octal165214327564302034267101
Binary11101011000110011010111101110100011010000111000101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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