Html Css Color HEX #8387DF Portage

📋 copy color: '#8387DF'

red 131 ◦ green 135 ◦ blue 223

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

Shades of Portage #8387DF

Tints of Portage #8387DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.6%

R = 26.79%
G = 27.61%
B = 45.6%

CMYK

 C value IS 0.41

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8387DF (or 0x8387DF) is known color: Portage. HEX triplet: 83, 87 and DF. RGB value is (131,135,223). Sum of RGB (Red+Green+Blue) = 131+135+223=489 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.79% from 489); Green value is 135 (53.12% from 255 or 27.61% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #8387DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8387DF is #7C7820. Grayscale: #8F8F8F. Windows color (decimal): -8157217 or 14649219. OLE color: 14649219.

HSL color Cylindrical-coordinate representation of color #8387DF: hue angle of 237.39º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8387DF is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 135 223 -
CMYK 0.41 0.39 0 0.13
HSL 237.39º 0.59% 0.69% -
HSV(B) 237.39º 0.41% 0.87% -
XYZ 31.34 27.48 73.46 -
YUV 143.84 172.67 118.84 -
System Red Green Blue C M Y K H S L
Decimal 131 135 223 0.41 0.39 0 0.13 237.39 0.59 0.69
Hex 83 87 DF 29 27 0 D ED 3B 45
Octal 203 207 337 51 47 0 15 355 73 105
Binary 10000011 10000111 11011111 101001 100111 0 1101 11101101 111011 1000101

Color Harmonies of #8387DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8387DF

Black with #8387DF

Text Example


Text Example

White with #8387DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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