Html Css Color HEX #7386DB Portage

📋 copy color: '#7386DB'

red 115 ◦ green 134 ◦ blue 219

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

Shades of Portage #7386DB

Tints of Portage #7386DB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.63%

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

R = 24.57%
G = 28.63%
B = 46.79%

CMYK

 C value IS 0.47

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7386DB (or 0x7386DB) is known color: Portage. HEX triplet: 73, 86 and DB. RGB value is (115,134,219). Sum of RGB (Red+Green+Blue) = 115+134+219=468 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.57% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #7386DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7386DB is #8C7924. Grayscale: #898989. Windows color (decimal): -9206053 or 14386803. OLE color: 14386803.

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

Color convert

RGB 115 134 219 -
CMYK 0.47 0.39 0 0.14
HSL 229.04º 0.59% 0.65% -
HSV(B) 229.04º 0.47% 0.86% -
XYZ 28.38 25.81 70.5 -
YUV 138.01 173.71 111.59 -
System Red Green Blue C M Y K H S L
Decimal 115 134 219 0.47 0.39 0 0.14 229.04 0.59 0.65
Hex 73 86 DB 2F 27 0 E E5 3B 41
Octal 163 206 333 57 47 0 16 345 73 101
Binary 1110011 10000110 11011011 101111 100111 0 1110 11100101 111011 1000001

Color Harmonies of #7386DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7386DB

Black with #7386DB

Text Example


Text Example

White with #7386DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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