Html Css Color HEX #7997DF Portage

📋 copy color: '#7997DF'

red 121 ◦ green 151 ◦ blue 223

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

Shades of Portage #7997DF

Tints of Portage #7997DF

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.51%

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

R = 24.44%
G = 30.51%
B = 45.05%

CMYK

 C value IS 0.46

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7997DF (or 0x7997DF) is known color: Portage. HEX triplet: 79, 97 and DF. RGB value is (121,151,223). Sum of RGB (Red+Green+Blue) = 121+151+223=495 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.44% from 495); Green value is 151 (59.38% from 255 or 30.51% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #7997DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7997DF is #866820. Grayscale: #959595. Windows color (decimal): -8808481 or 14653305. OLE color: 14653305.

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

Color convert

RGB 121 151 223 -
CMYK 0.46 0.32 0 0.13
HSL 222.35º 0.61% 0.67% -
HSV(B) 222.35º 0.46% 0.87% -
XYZ 32.27 31.53 74.2 -
YUV 150.24 169.06 107.15 -
System Red Green Blue C M Y K H S L
Decimal 121 151 223 0.46 0.32 0 0.13 222.35 0.61 0.67
Hex 79 97 DF 2E 20 0 D DE 3D 43
Octal 171 227 337 56 40 0 15 336 75 103
Binary 1111001 10010111 11011111 101110 100000 0 1101 11011110 111101 1000011

Color Harmonies of #7997DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7997DF

Black with #7997DF

Text Example


Text Example

White with #7997DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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