Html Css Color HEX #7795DB Portage

📋 copy color: '#7795DB'

red 119 ◦ green 149 ◦ blue 219

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

Shades of Portage #7795DB

Tints of Portage #7795DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.97%

R = 24.44%
G = 30.6%
B = 44.97%

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

#7795DB (or 0x7795DB) is known color: Portage. HEX triplet: 77, 95 and DB. RGB value is (119,149,219). Sum of RGB (Red+Green+Blue) = 119+149+219=487 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.44% from 487); Green value is 149 (58.59% from 255 or 30.60% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #7795DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7795DB is #886A24. Grayscale: #939393. Windows color (decimal): -8940069 or 14390647. OLE color: 14390647.

HSL color Cylindrical-coordinate representation of color #7795DB: hue angle of 222º degrees, saturation: 0.58, 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 #7795DB is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 149 219 -
CMYK 0.46 0.32 0 0.14
HSL 222º 0.58% 0.66% -
HSV(B) 222º 0.46% 0.86% -
XYZ 31.14 30.53 71.27 -
YUV 148.01 168.06 107.31 -
System Red Green Blue C M Y K H S L
Decimal 119 149 219 0.46 0.32 0 0.14 222 0.58 0.66
Hex 77 95 DB 2E 20 0 E DE 3A 42
Octal 167 225 333 56 40 0 16 336 72 102
Binary 1110111 10010101 11011011 101110 100000 0 1110 11011110 111010 1000010

Color Harmonies of #7795DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7795DB

Black with #7795DB

Text Example


Text Example

White with #7795DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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