Html Css Color HEX #7890DD Portage

📋 copy color: '#7890DD'

red 120 ◦ green 144 ◦ blue 221

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

Shades of Portage #7890DD

Tints of Portage #7890DD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.69%

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

R = 24.74%
G = 29.69%
B = 45.57%

CMYK

 C value IS 0.46

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7890DD (or 0x7890DD) is known color: Portage. HEX triplet: 78, 90 and DD. RGB value is (120,144,221). Sum of RGB (Red+Green+Blue) = 120+144+221=485 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.74% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #7890DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7890DD is #876F22. Grayscale: #919191. Windows color (decimal): -8875811 or 14520440. OLE color: 14520440.

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

Color convert

RGB 120 144 221 -
CMYK 0.46 0.35 0 0.13
HSL 225.74º 0.6% 0.67% -
HSV(B) 225.74º 0.46% 0.87% -
XYZ 30.77 29.16 72.41 -
YUV 145.6 170.55 109.74 -
System Red Green Blue C M Y K H S L
Decimal 120 144 221 0.46 0.35 0 0.13 225.74 0.6 0.67
Hex 78 90 DD 2E 23 0 D E2 3C 43
Octal 170 220 335 56 43 0 15 342 74 103
Binary 1111000 10010000 11011101 101110 100011 0 1101 11100010 111100 1000011

Color Harmonies of #7890DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7890DD

Black with #7890DD

Text Example


Text Example

White with #7890DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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