Html Css Color HEX #768EDB Portage

📋 copy color: '#768EDB'

red 118 ◦ green 142 ◦ blue 219

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

Shades of Portage #768EDB

Tints of Portage #768EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.72%

R = 24.63%
G = 29.65%
B = 45.72%

CMYK

 C value IS 0.46

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#768EDB (or 0x768EDB) is known color: Portage. HEX triplet: 76, 8E and DB. RGB value is (118,142,219). Sum of RGB (Red+Green+Blue) = 118+142+219=479 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.63% from 479); Green value is 142 (55.86% from 255 or 29.65% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #768EDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768EDB is #897124. Grayscale: #8F8F8F. Windows color (decimal): -9007397 or 14388854. OLE color: 14388854.

HSL color Cylindrical-coordinate representation of color #768EDB: hue angle of 225.74º degrees, saturation: 0.58, 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 #768EDB is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 142 219 -
CMYK 0.46 0.35 0 0.14
HSL 225.74º 0.58% 0.66% -
HSV(B) 225.74º 0.46% 0.86% -
XYZ 29.93 28.31 70.91 -
YUV 143.6 170.55 109.74 -
System Red Green Blue C M Y K H S L
Decimal 118 142 219 0.46 0.35 0 0.14 225.74 0.58 0.66
Hex 76 8E DB 2E 23 0 E E2 3A 42
Octal 166 216 333 56 43 0 16 342 72 102
Binary 1110110 10001110 11011011 101110 100011 0 1110 11100010 111010 1000010

Color Harmonies of #768EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768EDB

Black with #768EDB

Text Example


Text Example

White with #768EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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