Html Css Color HEX #768FDB Portage

📋 copy color: '#768FDB'

red 118 ◦ green 143 ◦ blue 219

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

Shades of Portage #768FDB

Tints of Portage #768FDB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.79%

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

R = 24.58%
G = 29.79%
B = 45.63%

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

#768FDB (or 0x768FDB) is known color: Portage. HEX triplet: 76, 8F and DB. RGB value is (118,143,219). Sum of RGB (Red+Green+Blue) = 118+143+219=480 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.58% from 480); Green value is 143 (56.25% from 255 or 29.79% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #768FDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768FDB is #897024. Grayscale: #8F8F8F. Windows color (decimal): -9007141 or 14389110. OLE color: 14389110.

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

Color convert

RGB 118 143 219 -
CMYK 0.46 0.35 0 0.14
HSL 225.15º 0.58% 0.66% -
HSV(B) 225.15º 0.46% 0.86% -
XYZ 30.08 28.61 70.95 -
YUV 144.19 170.22 109.32 -
System Red Green Blue C M Y K H S L
Decimal 118 143 219 0.46 0.35 0 0.14 225.15 0.58 0.66
Hex 76 8F DB 2E 23 0 E E1 3A 42
Octal 166 217 333 56 43 0 16 341 72 102
Binary 1110110 10001111 11011011 101110 100011 0 1110 11100001 111010 1000010

Color Harmonies of #768FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768FDB

Black with #768FDB

Text Example


Text Example

White with #768FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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