Html Css Color HEX #7988D5 Portage

📋 copy color: '#7988D5'

red 121 ◦ green 136 ◦ blue 213

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

Shades of Portage #7988D5

Tints of Portage #7988D5

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.94%

 BLUE value IS 213 (83.59% from 255) = 45.32%

R = 25.74%
G = 28.94%
B = 45.32%

CMYK

 C value IS 0.43

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7988D5 (or 0x7988D5) is known color: Portage. HEX triplet: 79, 88 and D5. RGB value is (121,136,213). Sum of RGB (Red+Green+Blue) = 121+136+213=470 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.74% from 470); Green value is 136 (53.52% from 255 or 28.94% from 470); Blue value is 213 (83.59% from 255 or 45.32% from 470); Max value from RGB is 213 - color contains mainly: blue. Hex color #7988D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7988D5 is #86772A. Grayscale: #8B8B8B. Windows color (decimal): -8812331 or 13994105. OLE color: 13994105.

HSL color Cylindrical-coordinate representation of color #7988D5: hue angle of 230.22º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7988D5 is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 121 136 213 -
CMYK 0.43 0.36 0 0.16
HSL 230.22º 0.52% 0.65% -
HSV(B) 230.22º 0.43% 0.84% -
XYZ 28.7 26.48 66.55 -
YUV 140.29 169.03 114.24 -
System Red Green Blue C M Y K H S L
Decimal 121 136 213 0.43 0.36 0 0.16 230.22 0.52 0.65
Hex 79 88 D5 2B 24 0 10 E6 34 41
Octal 171 210 325 53 44 0 20 346 64 101
Binary 1111001 10001000 11010101 101011 100100 0 10000 11100110 110100 1000001

Color Harmonies of #7988D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7988D5

Black with #7988D5

Text Example


Text Example

White with #7988D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7988D5; }

 p { color: rgb(121,136,213); }

 H1.HeaderClassName
 {
   color: #7988D5;
 }
 .AnyTagClassName
 {
   color: #7988D5;
 }
</style>

background-color css

<style>
 a { background-color: #7988D5; }

 a { background-color: rgb(121,136,213); }

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

border-color css

<style>
 span { border-color: #7988D5; }

 span { border-color: rgb(121,136,213); }

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