Html Css Color HEX #768ED5 Portage

📋 copy color: '#768ED5'

red 118 ◦ green 142 ◦ blue 213

#768ED5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Portage #768ED5

Tints of Portage #768ED5

RGB

 RED value IS 118 (46.48% from 255) = 24.95%

 GREEN value IS 142 (55.86% from 255) = 30.02%

 BLUE value IS 213 (83.59% from 255) = 45.03%

R = 24.95%
G = 30.02%
B = 45.03%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#768ED5 (or 0x768ED5) is known color: Portage. HEX triplet: 76, 8E and D5. RGB value is (118,142,213). Sum of RGB (Red+Green+Blue) = 118+142+213=473 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.95% from 473); Green value is 142 (55.86% from 255 or 30.02% from 473); Blue value is 213 (83.59% from 255 or 45.03% from 473); Max value from RGB is 213 - color contains mainly: blue. Hex color #768ED5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768ED5 is #89712A. Grayscale: #8E8E8E. Windows color (decimal): -9007403 or 13995638. OLE color: 13995638.

HSL color Cylindrical-coordinate representation of color #768ED5: hue angle of 224.84º degrees, saturation: 0.53, 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 #768ED5 is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 118 142 213 -
CMYK 0.45 0.33 0 0.16
HSL 224.84º 0.53% 0.65% -
HSV(B) 224.84º 0.45% 0.84% -
XYZ 29.15 28 66.82 -
YUV 142.92 167.55 110.23 -
System Red Green Blue C M Y K H S L
Decimal 118 142 213 0.45 0.33 0 0.16 224.84 0.53 0.65
Hex 76 8E D5 2D 21 0 10 E1 35 41
Octal 166 216 325 55 41 0 20 341 65 101
Binary 1110110 10001110 11010101 101101 100001 0 10000 11100001 110101 1000001

Color Harmonies of #768ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768ED5

Black with #768ED5

Text Example


Text Example

White with #768ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,142,213); }

 H1.HeaderClassName
 {
   color: #768ED5;
 }
 .AnyTagClassName
 {
   color: #768ED5;
 }
</style>

background-color css

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

 a { background-color: rgb(118,142,213); }

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

border-color css

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

 span { border-color: rgb(118,142,213); }

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