Html Css Color HEX #7995DC Portage

📋 copy color: '#7995DC'

red 121 ◦ green 149 ◦ blue 220

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

Shades of Portage #7995DC

Tints of Portage #7995DC

RGB

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

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

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

R = 24.69%
G = 30.41%
B = 44.9%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7995DC (or 0x7995DC) is known color: Portage. HEX triplet: 79, 95 and DC. RGB value is (121,149,220). Sum of RGB (Red+Green+Blue) = 121+149+220=490 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.69% from 490); Green value is 149 (58.59% from 255 or 30.41% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #7995DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7995DC is #866A23. Grayscale: #949494. Windows color (decimal): -8808996 or 14456185. OLE color: 14456185.

HSL color Cylindrical-coordinate representation of color #7995DC: hue angle of 223.03º 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 #7995DC is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 121 149 220 -
CMYK 0.45 0.32 0 0.14
HSL 223.03º 0.59% 0.67% -
HSV(B) 223.03º 0.45% 0.86% -
XYZ 31.55 30.73 71.98 -
YUV 148.72 168.22 108.23 -
System Red Green Blue C M Y K H S L
Decimal 121 149 220 0.45 0.32 0 0.14 223.03 0.59 0.67
Hex 79 95 DC 2D 20 0 E DF 3B 43
Octal 171 225 334 55 40 0 16 337 73 103
Binary 1111001 10010101 11011100 101101 100000 0 1110 11011111 111011 1000011

Color Harmonies of #7995DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7995DC

Black with #7995DC

Text Example


Text Example

White with #7995DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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