Html Css Color HEX #7384D6 Portage

📋 copy color: '#7384D6'

red 115 ◦ green 132 ◦ blue 214

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

Shades of Portage #7384D6

Tints of Portage #7384D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 46.42%

R = 24.95%
G = 28.63%
B = 46.42%

CMYK

 C value IS 0.46

 M value IS 0.38

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7384D6 (or 0x7384D6) is known color: Portage. HEX triplet: 73, 84 and D6. RGB value is (115,132,214). Sum of RGB (Red+Green+Blue) = 115+132+214=461 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.95% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 214 (83.98% from 255 or 46.42% from 461); Max value from RGB is 214 - color contains mainly: blue. Hex color #7384D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7384D6 is #8C7B29. Grayscale: #878787. Windows color (decimal): -9206570 or 14058611. OLE color: 14058611.

HSL color Cylindrical-coordinate representation of color #7384D6: hue angle of 229.7º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7384D6 is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 115 132 214 -
CMYK 0.46 0.38 0 0.16
HSL 229.7º 0.55% 0.65% -
HSV(B) 229.7º 0.46% 0.84% -
XYZ 27.46 25 67 -
YUV 136.27 171.87 112.83 -
System Red Green Blue C M Y K H S L
Decimal 115 132 214 0.46 0.38 0 0.16 229.7 0.55 0.65
Hex 73 84 D6 2E 26 0 10 E6 37 41
Octal 163 204 326 56 46 0 20 346 67 101
Binary 1110011 10000100 11010110 101110 100110 0 10000 11100110 110111 1000001

Color Harmonies of #7384D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7384D6

Black with #7384D6

Text Example


Text Example

White with #7384D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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