Html Css Color HEX #768BDB Portage

📋 copy color: '#768BDB'

red 118 ◦ green 139 ◦ blue 219

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

Shades of Portage #768BDB

Tints of Portage #768BDB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.2%

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

R = 24.79%
G = 29.2%
B = 46.01%

CMYK

 C value IS 0.46

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#768BDB (or 0x768BDB) is known color: Portage. HEX triplet: 76, 8B and DB. RGB value is (118,139,219). Sum of RGB (Red+Green+Blue) = 118+139+219=476 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.79% from 476); Green value is 139 (54.69% from 255 or 29.20% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #768BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768BDB is #897424. Grayscale: #8D8D8D. Windows color (decimal): -9008165 or 14388086. OLE color: 14388086.

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

Color convert

RGB 118 139 219 -
CMYK 0.46 0.37 0 0.14
HSL 227.52º 0.58% 0.66% -
HSV(B) 227.52º 0.46% 0.86% -
XYZ 29.49 27.43 70.76 -
YUV 141.84 171.54 111 -
System Red Green Blue C M Y K H S L
Decimal 118 139 219 0.46 0.37 0 0.14 227.52 0.58 0.66
Hex 76 8B DB 2E 25 0 E E4 3A 42
Octal 166 213 333 56 45 0 16 344 72 102
Binary 1110110 10001011 11011011 101110 100101 0 1110 11100100 111010 1000010

Color Harmonies of #768BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768BDB

Black with #768BDB

Text Example


Text Example

White with #768BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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