Html Css Color HEX #7387D6 Portage

📋 copy color: '#7387D6'

red 115 ◦ green 135 ◦ blue 214

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

Shades of Portage #7387D6

Tints of Portage #7387D6

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.09%

 BLUE value IS 214 (83.98% from 255) = 46.12%

R = 24.78%
G = 29.09%
B = 46.12%

CMYK

 C value IS 0.46

 M value IS 0.37

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7387D6 (or 0x7387D6) is known color: Portage. HEX triplet: 73, 87 and D6. RGB value is (115,135,214). Sum of RGB (Red+Green+Blue) = 115+135+214=464 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.78% from 464); Green value is 135 (53.12% from 255 or 29.09% from 464); Blue value is 214 (83.98% from 255 or 46.12% from 464); Max value from RGB is 214 - color contains mainly: blue. Hex color #7387D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7387D6 is #8C7829. Grayscale: #898989. Windows color (decimal): -9205802 or 14059379. OLE color: 14059379.

HSL color Cylindrical-coordinate representation of color #7387D6: hue angle of 227.88º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7387D6 is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 115 135 214 -
CMYK 0.46 0.37 0 0.16
HSL 227.88º 0.55% 0.65% -
HSV(B) 227.88º 0.46% 0.84% -
XYZ 27.87 25.83 67.13 -
YUV 138.03 170.87 111.58 -
System Red Green Blue C M Y K H S L
Decimal 115 135 214 0.46 0.37 0 0.16 227.88 0.55 0.65
Hex 73 87 D6 2E 25 0 10 E4 37 41
Octal 163 207 326 56 45 0 20 344 67 101
Binary 1110011 10000111 11010110 101110 100101 0 10000 11100100 110111 1000001

Color Harmonies of #7387D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7387D6

Black with #7387D6

Text Example


Text Example

White with #7387D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7387D6; }

 p { color: rgb(115,135,214); }

 H1.HeaderClassName
 {
   color: #7387D6;
 }
 .AnyTagClassName
 {
   color: #7387D6;
 }
</style>

background-color css

<style>
 a { background-color: #7387D6; }

 a { background-color: rgb(115,135,214); }

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

border-color css

<style>
 span { border-color: #7387D6; }

 span { border-color: rgb(115,135,214); }

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