Html Css Color HEX #7381DD Portage

📋 copy color: '#7381DD'

red 115 ◦ green 129 ◦ blue 221

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

Shades of Portage #7381DD

Tints of Portage #7381DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.53%

R = 24.73%
G = 27.74%
B = 47.53%

CMYK

 C value IS 0.48

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7381DD (or 0x7381DD) is known color: Portage. HEX triplet: 73, 81 and DD. RGB value is (115,129,221). Sum of RGB (Red+Green+Blue) = 115+129+221=465 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.73% from 465); Green value is 129 (50.78% from 255 or 27.74% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #7381DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7381DD is #8C7E22. Grayscale: #868686. Windows color (decimal): -9207331 or 14516595. OLE color: 14516595.

HSL color Cylindrical-coordinate representation of color #7381DD: hue angle of 232.08º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7381DD is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 115 129 221 -
CMYK 0.48 0.42 0 0.13
HSL 232.08º 0.61% 0.66% -
HSV(B) 232.08º 0.48% 0.87% -
XYZ 27.97 24.57 71.67 -
YUV 135.3 176.36 113.52 -
System Red Green Blue C M Y K H S L
Decimal 115 129 221 0.48 0.42 0 0.13 232.08 0.61 0.66
Hex 73 81 DD 30 2A 0 D E8 3D 42
Octal 163 201 335 60 52 0 15 350 75 102
Binary 1110011 10000001 11011101 110000 101010 0 1101 11101000 111101 1000010

Color Harmonies of #7381DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7381DD

Black with #7381DD

Text Example


Text Example

White with #7381DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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