Html Css Color HEX #7384DA Portage

📋 copy color: '#7384DA'

red 115 ◦ green 132 ◦ blue 218

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

Shades of Portage #7384DA

Tints of Portage #7384DA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.39%

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

R = 24.73%
G = 28.39%
B = 46.88%

CMYK

 C value IS 0.47

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7384DA (or 0x7384DA) is known color: Portage. HEX triplet: 73, 84 and DA. RGB value is (115,132,218). Sum of RGB (Red+Green+Blue) = 115+132+218=465 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.73% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #7384DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7384DA is #8C7B25. Grayscale: #888888. Windows color (decimal): -9206566 or 14320755. OLE color: 14320755.

HSL color Cylindrical-coordinate representation of color #7384DA: hue angle of 230.1º 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 #7384DA is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 115 132 218 -
CMYK 0.47 0.39 0 0.15
HSL 230.1º 0.58% 0.65% -
HSV(B) 230.1º 0.47% 0.85% -
XYZ 27.98 25.21 69.72 -
YUV 136.72 173.87 112.51 -
System Red Green Blue C M Y K H S L
Decimal 115 132 218 0.47 0.39 0 0.15 230.1 0.58 0.65
Hex 73 84 DA 2F 27 0 F E6 3A 41
Octal 163 204 332 57 47 0 17 346 72 101
Binary 1110011 10000100 11011010 101111 100111 0 1111 11100110 111010 1000001

Color Harmonies of #7384DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7384DA

Black with #7384DA

Text Example


Text Example

White with #7384DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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