Html Css Color HEX #7987DC Portage

📋 copy color: '#7987DC'

red 121 ◦ green 135 ◦ blue 220

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

Shades of Portage #7987DC

Tints of Portage #7987DC

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.36%

 BLUE value IS 220 (86.33% from 255) = 46.22%

R = 25.42%
G = 28.36%
B = 46.22%

CMYK

 C value IS 0.45

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7987DC (or 0x7987DC) is known color: Portage. HEX triplet: 79, 87 and DC. RGB value is (121,135,220). Sum of RGB (Red+Green+Blue) = 121+135+220=476 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.42% from 476); Green value is 135 (53.12% from 255 or 28.36% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #7987DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7987DC is #867823. Grayscale: #8C8C8C. Windows color (decimal): -8812580 or 14452601. OLE color: 14452601.

HSL color Cylindrical-coordinate representation of color #7987DC: hue angle of 231.52º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7987DC is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 121 135 220 -
CMYK 0.45 0.39 0 0.14
HSL 231.52º 0.59% 0.67% -
HSV(B) 231.52º 0.45% 0.86% -
XYZ 29.47 26.56 71.28 -
YUV 140.5 172.86 114.09 -
System Red Green Blue C M Y K H S L
Decimal 121 135 220 0.45 0.39 0 0.14 231.52 0.59 0.67
Hex 79 87 DC 2D 27 0 E E8 3B 43
Octal 171 207 334 55 47 0 16 350 73 103
Binary 1111001 10000111 11011100 101101 100111 0 1110 11101000 111011 1000011

Color Harmonies of #7987DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7987DC

Black with #7987DC

Text Example


Text Example

White with #7987DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7987DC; }

 p { color: rgb(121,135,220); }

 H1.HeaderClassName
 {
   color: #7987DC;
 }
 .AnyTagClassName
 {
   color: #7987DC;
 }
</style>

background-color css

<style>
 a { background-color: #7987DC; }

 a { background-color: rgb(121,135,220); }

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

border-color css

<style>
 span { border-color: #7987DC; }

 span { border-color: rgb(121,135,220); }

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