Html Css Color HEX #798CE0 Portage

📋 copy color: '#798CE0'

red 121 ◦ green 140 ◦ blue 224

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

Shades of Portage #798CE0

Tints of Portage #798CE0

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.87%

 BLUE value IS 224 (87.89% from 255) = 46.19%

R = 24.95%
G = 28.87%
B = 46.19%

CMYK

 C value IS 0.46

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#798CE0 (or 0x798CE0) is known color: Portage. HEX triplet: 79, 8C and E0. RGB value is (121,140,224). Sum of RGB (Red+Green+Blue) = 121+140+224=485 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.95% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 224 (87.89% from 255 or 46.19% from 485); Max value from RGB is 224 - color contains mainly: blue. Hex color #798CE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #798CE0 is #86731F. Grayscale: #8F8F8F. Windows color (decimal): -8811296 or 14716025. OLE color: 14716025.

HSL color Cylindrical-coordinate representation of color #798CE0: hue angle of 228.93º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #798CE0 is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 121 140 224 -
CMYK 0.46 0.38 0 0.12
HSL 228.93º 0.62% 0.68% -
HSV(B) 228.93º 0.46% 0.88% -
XYZ 30.72 28.2 74.35 -
YUV 143.9 173.21 111.67 -
System Red Green Blue C M Y K H S L
Decimal 121 140 224 0.46 0.38 0 0.12 228.93 0.62 0.68
Hex 79 8C E0 2E 26 0 C E5 3E 44
Octal 171 214 340 56 46 0 14 345 76 104
Binary 1111001 10001100 11100000 101110 100110 0 1100 11100101 111110 1000100

Color Harmonies of #798CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798CE0

Black with #798CE0

Text Example


Text Example

White with #798CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,140,224); }

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

background-color css

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

 a { background-color: rgb(121,140,224); }

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

border-color css

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

 span { border-color: rgb(121,140,224); }

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