Html Css Color HEX #8387DC Portage

📋 copy color: '#8387DC'

red 131 ◦ green 135 ◦ blue 220

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

Shades of Portage #8387DC

Tints of Portage #8387DC

RGB

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

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

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

R = 26.95%
G = 27.78%
B = 45.27%

CMYK

 C value IS 0.40

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8387DC (or 0x8387DC) is known color: Portage. HEX triplet: 83, 87 and DC. RGB value is (131,135,220). Sum of RGB (Red+Green+Blue) = 131+135+220=486 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.95% from 486); Green value is 135 (53.12% from 255 or 27.78% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #8387DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8387DC is #7C7823. Grayscale: #8F8F8F. Windows color (decimal): -8157220 or 14452611. OLE color: 14452611.

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

Color convert

RGB 131 135 220 -
CMYK 0.40 0.39 0 0.14
HSL 237.3º 0.56% 0.69% -
HSV(B) 237.3º 0.4% 0.86% -
XYZ 30.94 27.32 71.35 -
YUV 143.49 171.17 119.09 -
System Red Green Blue C M Y K H S L
Decimal 131 135 220 0.40 0.39 0 0.14 237.3 0.56 0.69
Hex 83 87 DC 28 27 0 E ED 38 45
Octal 203 207 334 50 47 0 16 355 70 105
Binary 10000011 10000111 11011100 101000 100111 0 1110 11101101 111000 1000101

Color Harmonies of #8387DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8387DC

Black with #8387DC

Text Example


Text Example

White with #8387DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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