Html Css Color HEX #7182DA Portage

📋 copy color: '#7182DA'

red 113 ◦ green 130 ◦ blue 218

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

Shades of Portage #7182DA

Tints of Portage #7182DA

RGB

 RED value IS 113 (44.53% from 255) = 24.51%

 GREEN value IS 130 (51.17% from 255) = 28.2%

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

R = 24.51%
G = 28.2%
B = 47.29%

CMYK

 C value IS 0.48

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7182DA (or 0x7182DA) is known color: Portage. HEX triplet: 71, 82 and DA. RGB value is (113,130,218). Sum of RGB (Red+Green+Blue) = 113+130+218=461 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.51% from 461); Green value is 130 (51.17% from 255 or 28.20% 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 #7182DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7182DA is #8E7D25. Grayscale: #868686. Windows color (decimal): -9338150 or 14320241. OLE color: 14320241.

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

Color convert

RGB 113 130 218 -
CMYK 0.48 0.40 0 0.15
HSL 230.29º 0.59% 0.65% -
HSV(B) 230.29º 0.48% 0.85% -
XYZ 27.45 24.54 69.62 -
YUV 134.95 174.87 112.34 -
System Red Green Blue C M Y K H S L
Decimal 113 130 218 0.48 0.40 0 0.15 230.29 0.59 0.65
Hex 71 82 DA 30 28 0 F E6 3B 41
Octal 161 202 332 60 50 0 17 346 73 101
Binary 1110001 10000010 11011010 110000 101000 0 1111 11100110 111011 1000001

Color Harmonies of #7182DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7182DA

Black with #7182DA

Text Example


Text Example

White with #7182DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,130,218); }

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

background-color css

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

 a { background-color: rgb(113,130,218); }

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

border-color css

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

 span { border-color: rgb(113,130,218); }

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