Html Css Color HEX #7381DC Portage

📋 copy color: '#7381DC'

red 115 ◦ green 129 ◦ blue 220

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

Shades of Portage #7381DC

Tints of Portage #7381DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.41%

R = 24.78%
G = 27.8%
B = 47.41%

CMYK

 C value IS 0.48

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7381DC (or 0x7381DC) is known color: Portage. HEX triplet: 73, 81 and DC. RGB value is (115,129,220). Sum of RGB (Red+Green+Blue) = 115+129+220=464 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.78% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #7381DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7381DC is #8C7E23. Grayscale: #868686. Windows color (decimal): -9207332 or 14451059. OLE color: 14451059.

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

Color convert

RGB 115 129 220 -
CMYK 0.48 0.41 0 0.14
HSL 232º 0.6% 0.66% -
HSV(B) 232º 0.48% 0.86% -
XYZ 27.84 24.51 70.97 -
YUV 135.19 175.86 113.6 -
System Red Green Blue C M Y K H S L
Decimal 115 129 220 0.48 0.41 0 0.14 232 0.6 0.66
Hex 73 81 DC 30 29 0 E E8 3C 42
Octal 163 201 334 60 51 0 16 350 74 102
Binary 1110011 10000001 11011100 110000 101001 0 1110 11101000 111100 1000010

Color Harmonies of #7381DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7381DC

Black with #7381DC

Text Example


Text Example

White with #7381DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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