Html Css Color HEX #7380DF Portage

📋 copy color: '#7380DF'

red 115 ◦ green 128 ◦ blue 223

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

Shades of Portage #7380DF

Tints of Portage #7380DF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.47%

 BLUE value IS 223 (87.5% from 255) = 47.85%

R = 24.68%
G = 27.47%
B = 47.85%

CMYK

 C value IS 0.48

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7380DF (or 0x7380DF) is known color: Portage. HEX triplet: 73, 80 and DF. RGB value is (115,128,223). Sum of RGB (Red+Green+Blue) = 115+128+223=466 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.68% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #7380DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7380DF is #8C7F20. Grayscale: #868686. Windows color (decimal): -9207585 or 14647411. OLE color: 14647411.

HSL color Cylindrical-coordinate representation of color #7380DF: hue angle of 232.78º degrees, saturation: 0.63, 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 #7380DF is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 115 128 223 -
CMYK 0.48 0.43 0 0.13
HSL 232.78º 0.63% 0.66% -
HSV(B) 232.78º 0.48% 0.87% -
XYZ 28.11 24.41 73.04 -
YUV 134.94 177.69 113.78 -
System Red Green Blue C M Y K H S L
Decimal 115 128 223 0.48 0.43 0 0.13 232.78 0.63 0.66
Hex 73 80 DF 30 2B 0 D E9 3F 42
Octal 163 200 337 60 53 0 15 351 77 102
Binary 1110011 10000000 11011111 110000 101011 0 1101 11101001 111111 1000010

Color Harmonies of #7380DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7380DF

Black with #7380DF

Text Example


Text Example

White with #7380DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7380DF; }

 p { color: rgb(115,128,223); }

 H1.HeaderClassName
 {
   color: #7380DF;
 }
 .AnyTagClassName
 {
   color: #7380DF;
 }
</style>

background-color css

<style>
 a { background-color: #7380DF; }

 a { background-color: rgb(115,128,223); }

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

border-color css

<style>
 span { border-color: #7380DF; }

 span { border-color: rgb(115,128,223); }

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