Html Css Color HEX #7986DE Portage

📋 copy color: '#7986DE'

red 121 ◦ green 134 ◦ blue 222

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

Shades of Portage #7986DE

Tints of Portage #7986DE

RGB

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

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

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

R = 25.37%
G = 28.09%
B = 46.54%

CMYK

 C value IS 0.45

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7986DE (or 0x7986DE) is known color: Portage. HEX triplet: 79, 86 and DE. RGB value is (121,134,222). Sum of RGB (Red+Green+Blue) = 121+134+222=477 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.37% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 222 (87.11% from 255 or 46.54% from 477); Max value from RGB is 222 - color contains mainly: blue. Hex color #7986DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7986DE is #867921. Grayscale: #8B8B8B. Windows color (decimal): -8812834 or 14583417. OLE color: 14583417.

HSL color Cylindrical-coordinate representation of color #7986DE: hue angle of 232.28º 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 #7986DE is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 121 134 222 -
CMYK 0.45 0.40 0 0.13
HSL 232.28º 0.6% 0.67% -
HSV(B) 232.28º 0.45% 0.87% -
XYZ 29.6 26.39 72.64 -
YUV 140.15 174.19 114.34 -
System Red Green Blue C M Y K H S L
Decimal 121 134 222 0.45 0.40 0 0.13 232.28 0.6 0.67
Hex 79 86 DE 2D 28 0 D E8 3C 43
Octal 171 206 336 55 50 0 15 350 74 103
Binary 1111001 10000110 11011110 101101 101000 0 1101 11101000 111100 1000011

Color Harmonies of #7986DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7986DE

Black with #7986DE

Text Example


Text Example

White with #7986DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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