Html Css Color HEX #7391D2 Portage

📋 copy color: '#7391D2'

red 115 ◦ green 145 ◦ blue 210

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

Shades of Portage #7391D2

Tints of Portage #7391D2

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.85%

 BLUE value IS 210 (82.42% from 255) = 44.68%

R = 24.47%
G = 30.85%
B = 44.68%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7391D2 (or 0x7391D2) is known color: Portage. HEX triplet: 73, 91 and D2. RGB value is (115,145,210). Sum of RGB (Red+Green+Blue) = 115+145+210=470 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.47% from 470); Green value is 145 (57.03% from 255 or 30.85% from 470); Blue value is 210 (82.42% from 255 or 44.68% from 470); Max value from RGB is 210 - color contains mainly: blue. Hex color #7391D2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7391D2 is #8C6E2D. Grayscale: #8F8F8F. Windows color (decimal): -9203246 or 13799795. OLE color: 13799795.

HSL color Cylindrical-coordinate representation of color #7391D2: hue angle of 221.05º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7391D2 is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 115 145 210 -
CMYK 0.45 0.31 0 0.18
HSL 221.05º 0.51% 0.64% -
HSV(B) 221.05º 0.45% 0.82% -
XYZ 28.83 28.55 64.96 -
YUV 143.44 165.56 107.71 -
System Red Green Blue C M Y K H S L
Decimal 115 145 210 0.45 0.31 0 0.18 221.05 0.51 0.64
Hex 73 91 D2 2D 1F 0 12 DD 33 40
Octal 163 221 322 55 37 0 22 335 63 100
Binary 1110011 10010001 11010010 101101 11111 0 10010 11011101 110011 1000000

Color Harmonies of #7391D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7391D2

Black with #7391D2

Text Example


Text Example

White with #7391D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7391D2; }

 p { color: rgb(115,145,210); }

 H1.HeaderClassName
 {
   color: #7391D2;
 }
 .AnyTagClassName
 {
   color: #7391D2;
 }
</style>

background-color css

<style>
 a { background-color: #7391D2; }

 a { background-color: rgb(115,145,210); }

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

border-color css

<style>
 span { border-color: #7391D2; }

 span { border-color: rgb(115,145,210); }

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