Html Css Color HEX #8387ED Portage

📋 copy color: '#8387ED'

red 131 ◦ green 135 ◦ blue 237

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

Shades of Portage #8387ED

Tints of Portage #8387ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.12%

R = 26.04%
G = 26.84%
B = 47.12%

CMYK

 C value IS 0.45

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8387ED (or 0x8387ED) is known color: Portage. HEX triplet: 83, 87 and ED. RGB value is (131,135,237). Sum of RGB (Red+Green+Blue) = 131+135+237=503 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.04% from 503); Green value is 135 (53.12% from 255 or 26.84% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #8387ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8387ED is #7C7812. Grayscale: #919191. Windows color (decimal): -8157203 or 15566723. OLE color: 15566723.

HSL color Cylindrical-coordinate representation of color #8387ED: hue angle of 237.74º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8387ED is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 135 237 -
CMYK 0.45 0.43 0 0.07
HSL 237.74º 0.75% 0.72% -
HSV(B) 237.74º 0.45% 0.93% -
XYZ 33.31 28.27 83.82 -
YUV 145.43 179.67 117.71 -
System Red Green Blue C M Y K H S L
Decimal 131 135 237 0.45 0.43 0 0.07 237.74 0.75 0.72
Hex 83 87 ED 2D 2B 0 7 EE 4B 48
Octal 203 207 355 55 53 0 7 356 113 110
Binary 10000011 10000111 11101101 101101 101011 0 111 11101110 1001011 1001000

Color Harmonies of #8387ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8387ED

Black with #8387ED

Text Example


Text Example

White with #8387ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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