Html Css Color HEX #7792DD Portage

📋 copy color: '#7792DD'

red 119 ◦ green 146 ◦ blue 221

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

Shades of Portage #7792DD

Tints of Portage #7792DD

RGB

 RED value IS 119 (46.88% from 255) = 24.49%

 GREEN value IS 146 (57.42% from 255) = 30.04%

 BLUE value IS 221 (86.72% from 255) = 45.47%

R = 24.49%
G = 30.04%
B = 45.47%

CMYK

 C value IS 0.46

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7792DD (or 0x7792DD) is known color: Portage. HEX triplet: 77, 92 and DD. RGB value is (119,146,221). Sum of RGB (Red+Green+Blue) = 119+146+221=486 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.49% from 486); Green value is 146 (57.42% from 255 or 30.04% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #7792DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7792DD is #886D22. Grayscale: #929292. Windows color (decimal): -8940835 or 14520951. OLE color: 14520951.

HSL color Cylindrical-coordinate representation of color #7792DD: hue angle of 224.12º degrees, saturation: 0.6, 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 #7792DD is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 146 221 -
CMYK 0.46 0.34 0 0.13
HSL 224.12º 0.6% 0.67% -
HSV(B) 224.12º 0.46% 0.87% -
XYZ 30.94 29.7 72.51 -
YUV 146.48 170.05 108.4 -
System Red Green Blue C M Y K H S L
Decimal 119 146 221 0.46 0.34 0 0.13 224.12 0.6 0.67
Hex 77 92 DD 2E 22 0 D E0 3C 43
Octal 167 222 335 56 42 0 15 340 74 103
Binary 1110111 10010010 11011101 101110 100010 0 1101 11100000 111100 1000011

Color Harmonies of #7792DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7792DD

Black with #7792DD

Text Example


Text Example

White with #7792DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7792DD; }

 p { color: rgb(119,146,221); }

 H1.HeaderClassName
 {
   color: #7792DD;
 }
 .AnyTagClassName
 {
   color: #7792DD;
 }
</style>

background-color css

<style>
 a { background-color: #7792DD; }

 a { background-color: rgb(119,146,221); }

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

border-color css

<style>
 span { border-color: #7792DD; }

 span { border-color: rgb(119,146,221); }

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