Html Css Color HEX #7887DB Portage

📋 copy color: '#7887DB'

red 120 ◦ green 135 ◦ blue 219

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

Shades of Portage #7887DB

Tints of Portage #7887DB

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.48%

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

R = 25.32%
G = 28.48%
B = 46.2%

CMYK

 C value IS 0.45

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7887DB (or 0x7887DB) is known color: Portage. HEX triplet: 78, 87 and DB. RGB value is (120,135,219). Sum of RGB (Red+Green+Blue) = 120+135+219=474 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.32% from 474); Green value is 135 (53.12% from 255 or 28.48% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #7887DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7887DB is #877824. Grayscale: #8B8B8B. Windows color (decimal): -8878117 or 14387064. OLE color: 14387064.

HSL color Cylindrical-coordinate representation of color #7887DB: hue angle of 230.91º 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 #7887DB is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 120 135 219 -
CMYK 0.45 0.38 0 0.14
HSL 230.91º 0.58% 0.66% -
HSV(B) 230.91º 0.45% 0.86% -
XYZ 29.2 26.44 70.58 -
YUV 140.09 172.53 113.67 -
System Red Green Blue C M Y K H S L
Decimal 120 135 219 0.45 0.38 0 0.14 230.91 0.58 0.66
Hex 78 87 DB 2D 26 0 E E7 3A 42
Octal 170 207 333 55 46 0 16 347 72 102
Binary 1111000 10000111 11011011 101101 100110 0 1110 11100111 111010 1000010

Color Harmonies of #7887DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7887DB

Black with #7887DB

Text Example


Text Example

White with #7887DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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