Html Css Color HEX #7388DC Portage

📋 copy color: '#7388DC'

red 115 ◦ green 136 ◦ blue 220

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

Shades of Portage #7388DC

Tints of Portage #7388DC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.87%

 BLUE value IS 220 (86.33% from 255) = 46.71%

R = 24.42%
G = 28.87%
B = 46.71%

CMYK

 C value IS 0.48

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7388DC (or 0x7388DC) is known color: Portage. HEX triplet: 73, 88 and DC. RGB value is (115,136,220). Sum of RGB (Red+Green+Blue) = 115+136+220=471 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.42% from 471); Green value is 136 (53.52% from 255 or 28.87% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #7388DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7388DC is #8C7723. Grayscale: #8A8A8A. Windows color (decimal): -9205540 or 14452851. OLE color: 14452851.

HSL color Cylindrical-coordinate representation of color #7388DC: hue angle of 228º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7388DC is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 136 220 -
CMYK 0.48 0.38 0 0.14
HSL 228º 0.6% 0.66% -
HSV(B) 228º 0.48% 0.86% -
XYZ 28.79 26.42 71.29 -
YUV 139.3 173.54 110.67 -
System Red Green Blue C M Y K H S L
Decimal 115 136 220 0.48 0.38 0 0.14 228 0.6 0.66
Hex 73 88 DC 30 26 0 E E4 3C 42
Octal 163 210 334 60 46 0 16 344 74 102
Binary 1110011 10001000 11011100 110000 100110 0 1110 11100100 111100 1000010

Color Harmonies of #7388DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7388DC

Black with #7388DC

Text Example


Text Example

White with #7388DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7388DC; }

 p { color: rgb(115,136,220); }

 H1.HeaderClassName
 {
   color: #7388DC;
 }
 .AnyTagClassName
 {
   color: #7388DC;
 }
</style>

background-color css

<style>
 a { background-color: #7388DC; }

 a { background-color: rgb(115,136,220); }

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

border-color css

<style>
 span { border-color: #7388DC; }

 span { border-color: rgb(115,136,220); }

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