#768FD6

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

Shades of Portage #768FD6

Tints of Portage #768FD6

Color information

#768FD6 (or 0x768FD6) is unknown color: approx Portage. HEX triplet: 76, 8F and D6. RGB value is (118,143,214). Sum of RGB (Red+Green+Blue) = 118+143+214=475 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.84% from 475); Green value is 143 (56.25% from 255 or 30.11% from 475); Blue value is 214 (83.98% from 255 or 45.05% from 475); Max value from RGB is 214 - color contains mainly: blue. Hex color #768FD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768FD6 is #897029. Grayscale: #8F8F8F. Windows color (decimal): -9007146 or 14061430. OLE color: 14061430.

HSL color Cylindrical-coordinate representation of color #768FD6: hue angle of 224.38º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #768FD6 is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB118143214-
CMYK0.450.3300.16
HSL224.38º53.93%65.1%-
HSV(B)224.38º44.86%83.92%-
XYZ29.4328.3567.54-
YUV143.62167.72109.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.84%
GREEN value IS 143 (56.25% from 255) = 30.11%
BLUE value IS 214 (83.98% from 255) = 45.05%
R=24.84%
G=30.11%
B=45.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1181432140.450.3300.16224.3853.9365.1
Hex768FD62D21010e03641
Octal166217326554102034066101
Binary11101101000111111010110101101100001010000111000001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768FD6; }

 p { color: rgb(118,143,214); }

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

<style>
 a { background-color: #768FD6; }

 a { background-color: rgb(118,143,214); }

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

<style>
 span { border-color: #768FD6; }

 span { border-color: rgb(118,143,214); }

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