Html Css Color HEX #7380DB Portage

📋 copy color: '#7380DB'

red 115 ◦ green 128 ◦ blue 219

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

Shades of Portage #7380DB

Tints of Portage #7380DB

RGB

 RED value IS 115 (45.31% from 255) = 24.89%

 GREEN value IS 128 (50.39% from 255) = 27.71%

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

R = 24.89%
G = 27.71%
B = 47.4%

CMYK

 C value IS 0.47

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7380DB (or 0x7380DB) is known color: Portage. HEX triplet: 73, 80 and DB. RGB value is (115,128,219). Sum of RGB (Red+Green+Blue) = 115+128+219=462 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.89% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #7380DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7380DB is #8C7F24. Grayscale: #868686. Windows color (decimal): -9207589 or 14385267. OLE color: 14385267.

HSL color Cylindrical-coordinate representation of color #7380DB: hue angle of 232.5º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7380DB is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 128 219 -
CMYK 0.47 0.42 0 0.14
HSL 232.5º 0.59% 0.65% -
HSV(B) 232.5º 0.47% 0.86% -
XYZ 27.58 24.2 70.24 -
YUV 134.49 175.69 114.1 -
System Red Green Blue C M Y K H S L
Decimal 115 128 219 0.47 0.42 0 0.14 232.5 0.59 0.65
Hex 73 80 DB 2F 2A 0 E E8 3B 41
Octal 163 200 333 57 52 0 16 350 73 101
Binary 1110011 10000000 11011011 101111 101010 0 1110 11101000 111011 1000001

Color Harmonies of #7380DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7380DB

Black with #7380DB

Text Example


Text Example

White with #7380DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,128,219); }

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

background-color css

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

 a { background-color: rgb(115,128,219); }

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

border-color css

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

 span { border-color: rgb(115,128,219); }

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