Html Css Color HEX #798ADF Portage

📋 copy color: '#798ADF'

red 121 ◦ green 138 ◦ blue 223

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

Shades of Portage #798ADF

Tints of Portage #798ADF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.63%

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

R = 25.1%
G = 28.63%
B = 46.27%

CMYK

 C value IS 0.46

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#798ADF (or 0x798ADF) is known color: Portage. HEX triplet: 79, 8A and DF. RGB value is (121,138,223). Sum of RGB (Red+Green+Blue) = 121+138+223=482 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.10% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #798ADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #798ADF is #867520. Grayscale: #8E8E8E. Windows color (decimal): -8811809 or 14649977. OLE color: 14649977.

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

Color convert

RGB 121 138 223 -
CMYK 0.46 0.38 0 0.13
HSL 230º 0.61% 0.67% -
HSV(B) 230º 0.46% 0.87% -
XYZ 30.29 27.57 73.54 -
YUV 142.61 173.37 112.59 -
System Red Green Blue C M Y K H S L
Decimal 121 138 223 0.46 0.38 0 0.13 230 0.61 0.67
Hex 79 8A DF 2E 26 0 D E6 3D 43
Octal 171 212 337 56 46 0 15 346 75 103
Binary 1111001 10001010 11011111 101110 100110 0 1101 11100110 111101 1000011

Color Harmonies of #798ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798ADF

Black with #798ADF

Text Example


Text Example

White with #798ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798ADF; }

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

 H1.HeaderClassName
 {
   color: #798ADF;
 }
 .AnyTagClassName
 {
   color: #798ADF;
 }
</style>

background-color css

<style>
 a { background-color: #798ADF; }

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

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

border-color css

<style>
 span { border-color: #798ADF; }

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

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