#768FDC

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

Shades of Portage #768FDC

Tints of Portage #768FDC

Color information

#768FDC (or 0x768FDC) is unknown color: approx Portage. HEX triplet: 76, 8F and DC. RGB value is (118,143,220). Sum of RGB (Red+Green+Blue) = 118+143+220=481 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.53% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #768FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768FDC is #897023. Grayscale: #8F8F8F. Windows color (decimal): -9007140 or 14454646. OLE color: 14454646.

HSL color Cylindrical-coordinate representation of color #768FDC: hue angle of 225.29º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #768FDC is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB118143220-
CMYK0.460.3500.14
HSL225.29º59.3%66.27%-
HSV(B)225.29º46.36%86.27%-
XYZ30.2128.6671.65-
YUV144.3170.72109.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.53%
GREEN value IS 143 (56.25% from 255) = 29.73%
BLUE value IS 220 (86.33% from 255) = 45.74%
R=24.53%
G=29.73%
B=45.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1181432200.460.3500.14225.2959.366.27
Hex768FDC2E230Ee13b42
Octal166217334564301634173102
Binary1110110100011111101110010111010001101110111000011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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