Html Css Color HEX #7381DA Portage

📋 copy color: '#7381DA'

red 115 ◦ green 129 ◦ blue 218

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

Shades of Portage #7381DA

Tints of Portage #7381DA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.92%

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

R = 24.89%
G = 27.92%
B = 47.19%

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

#7381DA (or 0x7381DA) is known color: Portage. HEX triplet: 73, 81 and DA. RGB value is (115,129,218). Sum of RGB (Red+Green+Blue) = 115+129+218=462 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.89% from 462); Green value is 129 (50.78% from 255 or 27.92% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #7381DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7381DA is #8C7E25. Grayscale: #868686. Windows color (decimal): -9207334 or 14319987. OLE color: 14319987.

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

Color convert

RGB 115 129 218 -
CMYK 0.47 0.41 0 0.15
HSL 231.84º 0.58% 0.65% -
HSV(B) 231.84º 0.47% 0.85% -
XYZ 27.58 24.41 69.59 -
YUV 134.96 174.86 113.76 -
System Red Green Blue C M Y K H S L
Decimal 115 129 218 0.47 0.41 0 0.15 231.84 0.58 0.65
Hex 73 81 DA 2F 29 0 F E8 3A 41
Octal 163 201 332 57 51 0 17 350 72 101
Binary 1110011 10000001 11011010 101111 101001 0 1111 11101000 111010 1000001

Color Harmonies of #7381DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7381DA

Black with #7381DA

Text Example


Text Example

White with #7381DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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