Html Css Color HEX #7795DC Portage

📋 copy color: '#7795DC'

red 119 ◦ green 149 ◦ blue 220

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

Shades of Portage #7795DC

Tints of Portage #7795DC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.53%

 BLUE value IS 220 (86.33% from 255) = 45.08%

R = 24.39%
G = 30.53%
B = 45.08%

CMYK

 C value IS 0.46

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7795DC (or 0x7795DC) is known color: Portage. HEX triplet: 77, 95 and DC. RGB value is (119,149,220). Sum of RGB (Red+Green+Blue) = 119+149+220=488 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.39% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #7795DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7795DC is #886A23. Grayscale: #939393. Windows color (decimal): -8940068 or 14456183. OLE color: 14456183.

HSL color Cylindrical-coordinate representation of color #7795DC: hue angle of 222.18º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7795DC is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 149 220 -
CMYK 0.46 0.32 0 0.14
HSL 222.18º 0.59% 0.66% -
HSV(B) 222.18º 0.46% 0.86% -
XYZ 31.27 30.58 71.97 -
YUV 148.12 168.56 107.23 -
System Red Green Blue C M Y K H S L
Decimal 119 149 220 0.46 0.32 0 0.14 222.18 0.59 0.66
Hex 77 95 DC 2E 20 0 E DE 3B 42
Octal 167 225 334 56 40 0 16 336 73 102
Binary 1110111 10010101 11011100 101110 100000 0 1110 11011110 111011 1000010

Color Harmonies of #7795DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7795DC

Black with #7795DC

Text Example


Text Example

White with #7795DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7795DC; }

 p { color: rgb(119,149,220); }

 H1.HeaderClassName
 {
   color: #7795DC;
 }
 .AnyTagClassName
 {
   color: #7795DC;
 }
</style>

background-color css

<style>
 a { background-color: #7795DC; }

 a { background-color: rgb(119,149,220); }

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

border-color css

<style>
 span { border-color: #7795DC; }

 span { border-color: rgb(119,149,220); }

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