Html Css Color HEX #7883DD Portage

📋 copy color: '#7883DD'

red 120 ◦ green 131 ◦ blue 221

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

Shades of Portage #7883DD

Tints of Portage #7883DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.82%

R = 25.42%
G = 27.75%
B = 46.82%

CMYK

 C value IS 0.46

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7883DD (or 0x7883DD) is known color: Portage. HEX triplet: 78, 83 and DD. RGB value is (120,131,221). Sum of RGB (Red+Green+Blue) = 120+131+221=472 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.42% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #7883DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7883DD is #877C22. Grayscale: #898989. Windows color (decimal): -8879139 or 14517112. OLE color: 14517112.

HSL color Cylindrical-coordinate representation of color #7883DD: hue angle of 233.47º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7883DD is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 120 131 221 -
CMYK 0.46 0.41 0 0.13
HSL 233.47º 0.6% 0.67% -
HSV(B) 233.47º 0.46% 0.87% -
XYZ 28.91 25.45 71.79 -
YUV 137.97 174.86 115.18 -
System Red Green Blue C M Y K H S L
Decimal 120 131 221 0.46 0.41 0 0.13 233.47 0.6 0.67
Hex 78 83 DD 2E 29 0 D E9 3C 43
Octal 170 203 335 56 51 0 15 351 74 103
Binary 1111000 10000011 11011101 101110 101001 0 1101 11101001 111100 1000011

Color Harmonies of #7883DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7883DD

Black with #7883DD

Text Example


Text Example

White with #7883DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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