Html Css Color HEX #7889DD Portage

📋 copy color: '#7889DD'

red 120 ◦ green 137 ◦ blue 221

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

Shades of Portage #7889DD

Tints of Portage #7889DD

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.66%

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

R = 25.1%
G = 28.66%
B = 46.23%

CMYK

 C value IS 0.46

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7889DD (or 0x7889DD) is known color: Portage. HEX triplet: 78, 89 and DD. RGB value is (120,137,221). Sum of RGB (Red+Green+Blue) = 120+137+221=478 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.10% from 478); Green value is 137 (53.91% from 255 or 28.66% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #7889DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7889DD is #877622. Grayscale: #8D8D8D. Windows color (decimal): -8877603 or 14518648. OLE color: 14518648.

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

Color convert

RGB 120 137 221 -
CMYK 0.46 0.38 0 0.13
HSL 229.9º 0.6% 0.67% -
HSV(B) 229.9º 0.46% 0.87% -
XYZ 29.74 27.1 72.07 -
YUV 141.49 172.87 112.67 -
System Red Green Blue C M Y K H S L
Decimal 120 137 221 0.46 0.38 0 0.13 229.9 0.6 0.67
Hex 78 89 DD 2E 26 0 D E6 3C 43
Octal 170 211 335 56 46 0 15 346 74 103
Binary 1111000 10001001 11011101 101110 100110 0 1101 11100110 111100 1000011

Color Harmonies of #7889DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7889DD

Black with #7889DD

Text Example


Text Example

White with #7889DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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