Html Css Color HEX #7886DD Portage

📋 copy color: '#7886DD'

red 120 ◦ green 134 ◦ blue 221

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

Shades of Portage #7886DD

Tints of Portage #7886DD

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.21%

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

R = 25.26%
G = 28.21%
B = 46.53%

CMYK

 C value IS 0.46

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7886DD (or 0x7886DD) is known color: Portage. HEX triplet: 78, 86 and DD. RGB value is (120,134,221). Sum of RGB (Red+Green+Blue) = 120+134+221=475 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.26% from 475); Green value is 134 (52.73% from 255 or 28.21% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #7886DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7886DD is #877922. Grayscale: #8B8B8B. Windows color (decimal): -8878371 or 14517880. OLE color: 14517880.

HSL color Cylindrical-coordinate representation of color #7886DD: hue angle of 231.68º 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 #7886DD is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 120 134 221 -
CMYK 0.46 0.39 0 0.13
HSL 231.68º 0.6% 0.67% -
HSV(B) 231.68º 0.46% 0.87% -
XYZ 29.32 26.26 71.93 -
YUV 139.73 173.86 113.93 -
System Red Green Blue C M Y K H S L
Decimal 120 134 221 0.46 0.39 0 0.13 231.68 0.6 0.67
Hex 78 86 DD 2E 27 0 D E8 3C 43
Octal 170 206 335 56 47 0 15 350 74 103
Binary 1111000 10000110 11011101 101110 100111 0 1101 11101000 111100 1000011

Color Harmonies of #7886DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7886DD

Black with #7886DD

Text Example


Text Example

White with #7886DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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