Html Css Color HEX #7883D7 Portage

📋 copy color: '#7883D7'

red 120 ◦ green 131 ◦ blue 215

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

Shades of Portage #7883D7

Tints of Portage #7883D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 46.14%

R = 25.75%
G = 28.11%
B = 46.14%

CMYK

 C value IS 0.44

 M value IS 0.39

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7883D7 (or 0x7883D7) is known color: Portage. HEX triplet: 78, 83 and D7. RGB value is (120,131,215). Sum of RGB (Red+Green+Blue) = 120+131+215=466 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.75% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 215 (84.38% from 255 or 46.14% from 466); Max value from RGB is 215 - color contains mainly: blue. Hex color #7883D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7883D7 is #877C28. Grayscale: #888888. Windows color (decimal): -8879145 or 14123896. OLE color: 14123896.

HSL color Cylindrical-coordinate representation of color #7883D7: hue angle of 233.05º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7883D7 is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 120 131 215 -
CMYK 0.44 0.39 0 0.16
HSL 233.05º 0.54% 0.66% -
HSV(B) 233.05º 0.44% 0.84% -
XYZ 28.13 25.13 67.66 -
YUV 137.29 171.86 115.67 -
System Red Green Blue C M Y K H S L
Decimal 120 131 215 0.44 0.39 0 0.16 233.05 0.54 0.66
Hex 78 83 D7 2C 27 0 10 E9 36 42
Octal 170 203 327 54 47 0 20 351 66 102
Binary 1111000 10000011 11010111 101100 100111 0 10000 11101001 110110 1000010

Color Harmonies of #7883D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7883D7

Black with #7883D7

Text Example


Text Example

White with #7883D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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