Html Css Color HEX #7385DC Portage

📋 copy color: '#7385DC'

red 115 ◦ green 133 ◦ blue 220

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

Shades of Portage #7385DC

Tints of Portage #7385DC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.42%

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

R = 24.57%
G = 28.42%
B = 47.01%

CMYK

 C value IS 0.48

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7385DC (or 0x7385DC) is known color: Portage. HEX triplet: 73, 85 and DC. RGB value is (115,133,220). Sum of RGB (Red+Green+Blue) = 115+133+220=468 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.57% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #7385DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7385DC is #8C7A23. Grayscale: #898989. Windows color (decimal): -9206308 or 14452083. OLE color: 14452083.

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

Color convert

RGB 115 133 220 -
CMYK 0.48 0.40 0 0.14
HSL 229.71º 0.6% 0.66% -
HSV(B) 229.71º 0.48% 0.86% -
XYZ 28.38 25.59 71.15 -
YUV 137.54 174.54 111.93 -
System Red Green Blue C M Y K H S L
Decimal 115 133 220 0.48 0.40 0 0.14 229.71 0.6 0.66
Hex 73 85 DC 30 28 0 E E6 3C 42
Octal 163 205 334 60 50 0 16 346 74 102
Binary 1110011 10000101 11011100 110000 101000 0 1110 11100110 111100 1000010

Color Harmonies of #7385DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7385DC

Black with #7385DC

Text Example


Text Example

White with #7385DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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