Html Css Color HEX #7987DF Portage

📋 copy color: '#7987DF'

red 121 ◦ green 135 ◦ blue 223

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

Shades of Portage #7987DF

Tints of Portage #7987DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.56%

R = 25.26%
G = 28.18%
B = 46.56%

CMYK

 C value IS 0.46

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7987DF (or 0x7987DF) is known color: Portage. HEX triplet: 79, 87 and DF. RGB value is (121,135,223). Sum of RGB (Red+Green+Blue) = 121+135+223=479 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.26% from 479); Green value is 135 (53.12% from 255 or 28.18% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #7987DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7987DF is #867820. Grayscale: #8C8C8C. Windows color (decimal): -8812577 or 14649209. OLE color: 14649209.

HSL color Cylindrical-coordinate representation of color #7987DF: hue angle of 231.76º degrees, saturation: 0.61, 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 #7987DF is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 121 135 223 -
CMYK 0.46 0.39 0 0.13
HSL 231.76º 0.61% 0.67% -
HSV(B) 231.76º 0.46% 0.87% -
XYZ 29.87 26.72 73.4 -
YUV 140.85 174.36 113.84 -
System Red Green Blue C M Y K H S L
Decimal 121 135 223 0.46 0.39 0 0.13 231.76 0.61 0.67
Hex 79 87 DF 2E 27 0 D E8 3D 43
Octal 171 207 337 56 47 0 15 350 75 103
Binary 1111001 10000111 11011111 101110 100111 0 1101 11101000 111101 1000011

Color Harmonies of #7987DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7987DF

Black with #7987DF

Text Example


Text Example

White with #7987DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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