Html Css Color HEX #7380DA Portage

📋 copy color: '#7380DA'

red 115 ◦ green 128 ◦ blue 218

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

Shades of Portage #7380DA

Tints of Portage #7380DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.29%

R = 24.95%
G = 27.77%
B = 47.29%

CMYK

 C value IS 0.47

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7380DA (or 0x7380DA) is known color: Portage. HEX triplet: 73, 80 and DA. RGB value is (115,128,218). Sum of RGB (Red+Green+Blue) = 115+128+218=461 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.95% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #7380DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7380DA is #8C7F25. Grayscale: #868686. Windows color (decimal): -9207590 or 14319731. OLE color: 14319731.

HSL color Cylindrical-coordinate representation of color #7380DA: hue angle of 232.43º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7380DA is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 115 128 218 -
CMYK 0.47 0.41 0 0.15
HSL 232.43º 0.58% 0.65% -
HSV(B) 232.43º 0.47% 0.85% -
XYZ 27.44 24.15 69.54 -
YUV 134.37 175.19 114.18 -
System Red Green Blue C M Y K H S L
Decimal 115 128 218 0.47 0.41 0 0.15 232.43 0.58 0.65
Hex 73 80 DA 2F 29 0 F E8 3A 41
Octal 163 200 332 57 51 0 17 350 72 101
Binary 1110011 10000000 11011010 101111 101001 0 1111 11101000 111010 1000001

Color Harmonies of #7380DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7380DA

Black with #7380DA

Text Example


Text Example

White with #7380DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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