Html Css Color HEX #7883DB Portage

📋 copy color: '#7883DB'

red 120 ◦ green 131 ◦ blue 219

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

Shades of Portage #7883DB

Tints of Portage #7883DB

RGB

 RED value IS 120 (47.27% from 255) = 25.53%

 GREEN value IS 131 (51.56% from 255) = 27.87%

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

R = 25.53%
G = 27.87%
B = 46.6%

CMYK

 C value IS 0.45

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7883DB (or 0x7883DB) is known color: Portage. HEX triplet: 78, 83 and DB. RGB value is (120,131,219). Sum of RGB (Red+Green+Blue) = 120+131+219=470 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.53% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #7883DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7883DB is #877C24. Grayscale: #898989. Windows color (decimal): -8879141 or 14386040. OLE color: 14386040.

HSL color Cylindrical-coordinate representation of color #7883DB: hue angle of 233.33º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7883DB is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 120 131 219 -
CMYK 0.45 0.40 0 0.14
HSL 233.33º 0.58% 0.66% -
HSV(B) 233.33º 0.45% 0.86% -
XYZ 28.65 25.34 70.4 -
YUV 137.74 173.86 115.34 -
System Red Green Blue C M Y K H S L
Decimal 120 131 219 0.45 0.40 0 0.14 233.33 0.58 0.66
Hex 78 83 DB 2D 28 0 E E9 3A 42
Octal 170 203 333 55 50 0 16 351 72 102
Binary 1111000 10000011 11011011 101101 101000 0 1110 11101001 111010 1000010

Color Harmonies of #7883DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7883DB

Black with #7883DB

Text Example


Text Example

White with #7883DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7883DB; }

 p { color: rgb(120,131,219); }

 H1.HeaderClassName
 {
   color: #7883DB;
 }
 .AnyTagClassName
 {
   color: #7883DB;
 }
</style>

background-color css

<style>
 a { background-color: #7883DB; }

 a { background-color: rgb(120,131,219); }

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

border-color css

<style>
 span { border-color: #7883DB; }

 span { border-color: rgb(120,131,219); }

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