Html Css Color HEX #7995D0 Portage

📋 copy color: '#7995D0'

red 121 ◦ green 149 ◦ blue 208

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

Shades of Portage #7995D0

Tints of Portage #7995D0

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.17%

 BLUE value IS 208 (81.64% from 255) = 43.51%

R = 25.31%
G = 31.17%
B = 43.51%

CMYK

 C value IS 0.42

 M value IS 0.28

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7995D0 (or 0x7995D0) is known color: Portage. HEX triplet: 79, 95 and D0. RGB value is (121,149,208). Sum of RGB (Red+Green+Blue) = 121+149+208=478 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.31% from 478); Green value is 149 (58.59% from 255 or 31.17% from 478); Blue value is 208 (81.64% from 255 or 43.51% from 478); Max value from RGB is 208 - color contains mainly: blue. Hex color #7995D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7995D0 is #866A2F. Grayscale: #939393. Windows color (decimal): -8809008 or 13669753. OLE color: 13669753.

HSL color Cylindrical-coordinate representation of color #7995D0: hue angle of 220.69º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7995D0 is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 121 149 208 -
CMYK 0.42 0.28 0 0.18
HSL 220.69º 0.48% 0.65% -
HSV(B) 220.69º 0.42% 0.82% -
XYZ 30.02 30.11 63.9 -
YUV 147.35 162.22 109.2 -
System Red Green Blue C M Y K H S L
Decimal 121 149 208 0.42 0.28 0 0.18 220.69 0.48 0.65
Hex 79 95 D0 2A 1C 0 12 DD 30 41
Octal 171 225 320 52 34 0 22 335 60 101
Binary 1111001 10010101 11010000 101010 11100 0 10010 11011101 110000 1000001

Color Harmonies of #7995D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7995D0

Black with #7995D0

Text Example


Text Example

White with #7995D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7995D0; }

 p { color: rgb(121,149,208); }

 H1.HeaderClassName
 {
   color: #7995D0;
 }
 .AnyTagClassName
 {
   color: #7995D0;
 }
</style>

background-color css

<style>
 a { background-color: #7995D0; }

 a { background-color: rgb(121,149,208); }

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

border-color css

<style>
 span { border-color: #7995D0; }

 span { border-color: rgb(121,149,208); }

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