Html Css Color HEX #8392DC Portage

📋 copy color: '#8392DC'

red 131 ◦ green 146 ◦ blue 220

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

Shades of Portage #8392DC

Tints of Portage #8392DC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.38%

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

R = 26.36%
G = 29.38%
B = 44.27%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8392DC (or 0x8392DC) is known color: Portage. HEX triplet: 83, 92 and DC. RGB value is (131,146,220). Sum of RGB (Red+Green+Blue) = 131+146+220=497 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.36% from 497); Green value is 146 (57.42% from 255 or 29.38% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #8392DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8392DC is #7C6D23. Grayscale: #959595. Windows color (decimal): -8154404 or 14455427. OLE color: 14455427.

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

Color convert

RGB 131 146 220 -
CMYK 0.40 0.34 0 0.14
HSL 229.89º 0.56% 0.69% -
HSV(B) 229.89º 0.4% 0.86% -
XYZ 32.56 30.55 71.89 -
YUV 149.95 167.53 114.48 -
System Red Green Blue C M Y K H S L
Decimal 131 146 220 0.40 0.34 0 0.14 229.89 0.56 0.69
Hex 83 92 DC 28 22 0 E E6 38 45
Octal 203 222 334 50 42 0 16 346 70 105
Binary 10000011 10010010 11011100 101000 100010 0 1110 11100110 111000 1000101

Color Harmonies of #8392DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8392DC

Black with #8392DC

Text Example


Text Example

White with #8392DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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