Html Css Color HEX #7989DE Portage

📋 copy color: '#7989DE'

red 121 ◦ green 137 ◦ blue 222

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

Shades of Portage #7989DE

Tints of Portage #7989DE

RGB

 RED value IS 121 (47.66% from 255) = 25.21%

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

 BLUE value IS 222 (87.11% from 255) = 46.25%

R = 25.21%
G = 28.54%
B = 46.25%

CMYK

 C value IS 0.45

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7989DE (or 0x7989DE) is known color: Portage. HEX triplet: 79, 89 and DE. RGB value is (121,137,222). Sum of RGB (Red+Green+Blue) = 121+137+222=480 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.21% from 480); Green value is 137 (53.91% from 255 or 28.54% from 480); Blue value is 222 (87.11% from 255 or 46.25% from 480); Max value from RGB is 222 - color contains mainly: blue. Hex color #7989DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7989DE is #867621. Grayscale: #8D8D8D. Windows color (decimal): -8812066 or 14584185. OLE color: 14584185.

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

Color convert

RGB 121 137 222 -
CMYK 0.45 0.38 0 0.13
HSL 230.5º 0.6% 0.67% -
HSV(B) 230.5º 0.45% 0.87% -
XYZ 30.02 27.23 72.78 -
YUV 141.91 173.2 113.09 -
System Red Green Blue C M Y K H S L
Decimal 121 137 222 0.45 0.38 0 0.13 230.5 0.6 0.67
Hex 79 89 DE 2D 26 0 D E6 3C 43
Octal 171 211 336 55 46 0 15 346 74 103
Binary 1111001 10001001 11011110 101101 100110 0 1101 11100110 111100 1000011

Color Harmonies of #7989DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7989DE

Black with #7989DE

Text Example


Text Example

White with #7989DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7989DE; }

 p { color: rgb(121,137,222); }

 H1.HeaderClassName
 {
   color: #7989DE;
 }
 .AnyTagClassName
 {
   color: #7989DE;
 }
</style>

background-color css

<style>
 a { background-color: #7989DE; }

 a { background-color: rgb(121,137,222); }

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

border-color css

<style>
 span { border-color: #7989DE; }

 span { border-color: rgb(121,137,222); }

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