Html Css Color HEX #8393DC Portage

📋 copy color: '#8393DC'

red 131 ◦ green 147 ◦ blue 220

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

Shades of Portage #8393DC

Tints of Portage #8393DC

RGB

 RED value IS 131 (51.56% from 255) = 26.31%

 GREEN value IS 147 (57.81% from 255) = 29.52%

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

R = 26.31%
G = 29.52%
B = 44.18%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8393DC (or 0x8393DC) is known color: Portage. HEX triplet: 83, 93 and DC. RGB value is (131,147,220). Sum of RGB (Red+Green+Blue) = 131+147+220=498 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.31% from 498); Green value is 147 (57.81% from 255 or 29.52% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #8393DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8393DC is #7C6C23. Grayscale: #969696. Windows color (decimal): -8154148 or 14455683. OLE color: 14455683.

HSL color Cylindrical-coordinate representation of color #8393DC: hue angle of 229.21º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8393DC is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 147 220 -
CMYK 0.40 0.33 0 0.14
HSL 229.21º 0.56% 0.69% -
HSV(B) 229.21º 0.4% 0.86% -
XYZ 32.71 30.86 71.94 -
YUV 150.54 167.2 114.06 -
System Red Green Blue C M Y K H S L
Decimal 131 147 220 0.40 0.33 0 0.14 229.21 0.56 0.69
Hex 83 93 DC 28 21 0 E E5 38 45
Octal 203 223 334 50 41 0 16 345 70 105
Binary 10000011 10010011 11011100 101000 100001 0 1110 11100101 111000 1000101

Color Harmonies of #8393DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8393DC

Black with #8393DC

Text Example


Text Example

White with #8393DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,147,220); }

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

background-color css

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

 a { background-color: rgb(131,147,220); }

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

border-color css

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

 span { border-color: rgb(131,147,220); }

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