Html Css Color HEX #7383DB Portage

📋 copy color: '#7383DB'

red 115 ◦ green 131 ◦ blue 219

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

Shades of Portage #7383DB

Tints of Portage #7383DB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.17%

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

R = 24.73%
G = 28.17%
B = 47.1%

CMYK

 C value IS 0.47

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7383DB (or 0x7383DB) is known color: Portage. HEX triplet: 73, 83 and DB. RGB value is (115,131,219). Sum of RGB (Red+Green+Blue) = 115+131+219=465 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.73% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #7383DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7383DB is #8C7C24. Grayscale: #878787. Windows color (decimal): -9206821 or 14386035. OLE color: 14386035.

HSL color Cylindrical-coordinate representation of color #7383DB: hue angle of 230.77º 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 #7383DB is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 131 219 -
CMYK 0.47 0.40 0 0.14
HSL 230.77º 0.59% 0.65% -
HSV(B) 230.77º 0.47% 0.86% -
XYZ 27.97 24.99 70.37 -
YUV 136.25 174.7 112.84 -
System Red Green Blue C M Y K H S L
Decimal 115 131 219 0.47 0.40 0 0.14 230.77 0.59 0.65
Hex 73 83 DB 2F 28 0 E E7 3B 41
Octal 163 203 333 57 50 0 16 347 73 101
Binary 1110011 10000011 11011011 101111 101000 0 1110 11100111 111011 1000001

Color Harmonies of #7383DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7383DB

Black with #7383DB

Text Example


Text Example

White with #7383DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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