Html Css Color HEX #7796DD Portage

📋 copy color: '#7796DD'

red 119 ◦ green 150 ◦ blue 221

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

Shades of Portage #7796DD

Tints of Portage #7796DD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.61%

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

R = 24.29%
G = 30.61%
B = 45.1%

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

#7796DD (or 0x7796DD) is known color: Portage. HEX triplet: 77, 96 and DD. RGB value is (119,150,221). Sum of RGB (Red+Green+Blue) = 119+150+221=490 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.29% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #7796DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7796DD is #886922. Grayscale: #949494. Windows color (decimal): -8939811 or 14521975. OLE color: 14521975.

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

Color convert

RGB 119 150 221 -
CMYK 0.46 0.32 0 0.13
HSL 221.76º 0.6% 0.67% -
HSV(B) 221.76º 0.46% 0.87% -
XYZ 31.57 30.96 72.72 -
YUV 148.83 168.73 106.73 -
System Red Green Blue C M Y K H S L
Decimal 119 150 221 0.46 0.32 0 0.13 221.76 0.6 0.67
Hex 77 96 DD 2E 20 0 D DE 3C 43
Octal 167 226 335 56 40 0 15 336 74 103
Binary 1110111 10010110 11011101 101110 100000 0 1101 11011110 111100 1000011

Color Harmonies of #7796DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7796DD

Black with #7796DD

Text Example


Text Example

White with #7796DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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