Html Css Color HEX #7995DF Portage

📋 copy color: '#7995DF'

red 121 ◦ green 149 ◦ blue 223

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

Shades of Portage #7995DF

Tints of Portage #7995DF

RGB

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

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

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

R = 24.54%
G = 30.22%
B = 45.23%

CMYK

 C value IS 0.46

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7995DF (or 0x7995DF) is known color: Portage. HEX triplet: 79, 95 and DF. RGB value is (121,149,223). Sum of RGB (Red+Green+Blue) = 121+149+223=493 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.54% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #7995DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7995DF is #866A20. Grayscale: #949494. Windows color (decimal): -8808993 or 14652793. OLE color: 14652793.

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

Color convert

RGB 121 149 223 -
CMYK 0.46 0.33 0 0.13
HSL 223.53º 0.61% 0.67% -
HSV(B) 223.53º 0.46% 0.87% -
XYZ 31.95 30.89 74.09 -
YUV 149.06 169.72 107.98 -
System Red Green Blue C M Y K H S L
Decimal 121 149 223 0.46 0.33 0 0.13 223.53 0.61 0.67
Hex 79 95 DF 2E 21 0 D E0 3D 43
Octal 171 225 337 56 41 0 15 340 75 103
Binary 1111001 10010101 11011111 101110 100001 0 1101 11100000 111101 1000011

Color Harmonies of #7995DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7995DF

Black with #7995DF

Text Example


Text Example

White with #7995DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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