#768ADF

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

Shades of Portage #768ADF

Tints of Portage #768ADF

Color information

#768ADF (or 0x768ADF) is unknown color: approx Portage. HEX triplet: 76, 8A and DF. RGB value is (118,138,223). Sum of RGB (Red+Green+Blue) = 118+138+223=479 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.63% from 479); Green value is 138 (54.30% from 255 or 28.81% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #768ADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768ADF is #897520. Grayscale: #8D8D8D. Windows color (decimal): -9008417 or 14649974. OLE color: 14649974.

HSL color Cylindrical-coordinate representation of color #768ADF: hue angle of 228.57º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #768ADF is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB118138223-
CMYK0.470.3800.13
HSL228.57º62.13%66.86%-
HSV(B)228.57º47.09%87.45%-
XYZ29.8827.3673.52-
YUV141.71173.87111.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.63%
GREEN value IS 138 (54.30% from 255) = 28.81%
BLUE value IS 223 (87.5% from 255) = 46.56%
R=24.63%
G=28.81%
B=46.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1181382230.470.3800.13228.5762.1366.86
Hex768ADF2F260De53e43
Octal166212337574601534576103
Binary1110110100010101101111110111110011001101111001011111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,138,223); }

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

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

 a { background-color: rgb(118,138,223); }

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

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

 span { border-color: rgb(118,138,223); }

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