#768FE0

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

Shades of Portage #768FE0

Tints of Portage #768FE0

Color information

#768FE0 (or 0x768FE0) is unknown color: approx Portage. HEX triplet: 76, 8F and E0. RGB value is (118,143,224). Sum of RGB (Red+Green+Blue) = 118+143+224=485 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.33% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 224 (87.89% from 255 or 46.19% from 485); Max value from RGB is 224 - color contains mainly: blue. Hex color #768FE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768FE0 is #89701F. Grayscale: #909090. Windows color (decimal): -9007136 or 14716790. OLE color: 14716790.

HSL color Cylindrical-coordinate representation of color #768FE0: hue angle of 225.85º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #768FE0 is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB118143224-
CMYK0.470.3600.12
HSL225.85º63.1%67.06%-
HSV(B)225.85º47.32%87.84%-
XYZ30.7528.8874.47-
YUV144.76172.72108.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.33%
GREEN value IS 143 (56.25% from 255) = 29.48%
BLUE value IS 224 (87.89% from 255) = 46.19%
R=24.33%
G=29.48%
B=46.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1181432240.470.3600.12225.8563.167.06
Hex768FE02F240Ce23f43
Octal166217340574401434277103
Binary1110110100011111110000010111110010001100111000101111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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