Html Css Color HEX #7389DA Portage

📋 copy color: '#7389DA'

red 115 ◦ green 137 ◦ blue 218

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

Shades of Portage #7389DA

Tints of Portage #7389DA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.15%

 BLUE value IS 218 (85.55% from 255) = 46.38%

R = 24.47%
G = 29.15%
B = 46.38%

CMYK

 C value IS 0.47

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7389DA (or 0x7389DA) is known color: Portage. HEX triplet: 73, 89 and DA. RGB value is (115,137,218). Sum of RGB (Red+Green+Blue) = 115+137+218=470 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.47% from 470); Green value is 137 (53.91% from 255 or 29.15% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #7389DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7389DA is #8C7625. Grayscale: #8B8B8B. Windows color (decimal): -9205286 or 14322035. OLE color: 14322035.

HSL color Cylindrical-coordinate representation of color #7389DA: hue angle of 227.18º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7389DA is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 115 137 218 -
CMYK 0.47 0.37 0 0.15
HSL 227.18º 0.58% 0.65% -
HSV(B) 227.18º 0.47% 0.85% -
XYZ 28.67 26.6 69.95 -
YUV 139.66 172.21 110.41 -
System Red Green Blue C M Y K H S L
Decimal 115 137 218 0.47 0.37 0 0.15 227.18 0.58 0.65
Hex 73 89 DA 2F 25 0 F E3 3A 41
Octal 163 211 332 57 45 0 17 343 72 101
Binary 1110011 10001001 11011010 101111 100101 0 1111 11100011 111010 1000001

Color Harmonies of #7389DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7389DA

Black with #7389DA

Text Example


Text Example

White with #7389DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7389DA; }

 p { color: rgb(115,137,218); }

 H1.HeaderClassName
 {
   color: #7389DA;
 }
 .AnyTagClassName
 {
   color: #7389DA;
 }
</style>

background-color css

<style>
 a { background-color: #7389DA; }

 a { background-color: rgb(115,137,218); }

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

border-color css

<style>
 span { border-color: #7389DA; }

 span { border-color: rgb(115,137,218); }

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