Html Css Color HEX #7381DB Portage

📋 copy color: '#7381DB'

red 115 ◦ green 129 ◦ blue 219

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

Shades of Portage #7381DB

Tints of Portage #7381DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.3%

R = 24.84%
G = 27.86%
B = 47.3%

CMYK

 C value IS 0.47

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7381DB (or 0x7381DB) is known color: Portage. HEX triplet: 73, 81 and DB. RGB value is (115,129,219). Sum of RGB (Red+Green+Blue) = 115+129+219=463 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.84% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #7381DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7381DB is #8C7E24. Grayscale: #868686. Windows color (decimal): -9207333 or 14385523. OLE color: 14385523.

HSL color Cylindrical-coordinate representation of color #7381DB: hue angle of 231.92º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7381DB is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 129 219 -
CMYK 0.47 0.41 0 0.14
HSL 231.92º 0.59% 0.65% -
HSV(B) 231.92º 0.47% 0.86% -
XYZ 27.71 24.46 70.28 -
YUV 135.07 175.36 113.68 -
System Red Green Blue C M Y K H S L
Decimal 115 129 219 0.47 0.41 0 0.14 231.92 0.59 0.65
Hex 73 81 DB 2F 29 0 E E8 3B 41
Octal 163 201 333 57 51 0 16 350 73 101
Binary 1110011 10000001 11011011 101111 101001 0 1110 11101000 111011 1000001

Color Harmonies of #7381DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7381DB

Black with #7381DB

Text Example


Text Example

White with #7381DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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