Html Css Color HEX #8487DA Portage

📋 copy color: '#8487DA'

red 132 ◦ green 135 ◦ blue 218

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

Shades of Portage #8487DA

Tints of Portage #8487DA

RGB

 RED value IS 132 (51.95% from 255) = 27.22%

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

 BLUE value IS 218 (85.55% from 255) = 44.95%

R = 27.22%
G = 27.84%
B = 44.95%

CMYK

 C value IS 0.39

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8487DA (or 0x8487DA) is known color: Portage. HEX triplet: 84, 87 and DA. RGB value is (132,135,218). Sum of RGB (Red+Green+Blue) = 132+135+218=485 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.22% from 485); Green value is 135 (53.12% from 255 or 27.84% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #8487DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8487DA is #7B7825. Grayscale: #8F8F8F. Windows color (decimal): -8091686 or 14321540. OLE color: 14321540.

HSL color Cylindrical-coordinate representation of color #8487DA: hue angle of 237.91º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8487DA is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 132 135 218 -
CMYK 0.39 0.38 0 0.15
HSL 237.91º 0.54% 0.69% -
HSV(B) 237.91º 0.39% 0.85% -
XYZ 30.83 27.3 69.97 -
YUV 143.57 170.01 119.75 -
System Red Green Blue C M Y K H S L
Decimal 132 135 218 0.39 0.38 0 0.15 237.91 0.54 0.69
Hex 84 87 DA 27 26 0 F EE 36 45
Octal 204 207 332 47 46 0 17 356 66 105
Binary 10000100 10000111 11011010 100111 100110 0 1111 11101110 110110 1000101

Color Harmonies of #8487DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8487DA

Black with #8487DA

Text Example


Text Example

White with #8487DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8487DA; }

 p { color: rgb(132,135,218); }

 H1.HeaderClassName
 {
   color: #8487DA;
 }
 .AnyTagClassName
 {
   color: #8487DA;
 }
</style>

background-color css

<style>
 a { background-color: #8487DA; }

 a { background-color: rgb(132,135,218); }

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

border-color css

<style>
 span { border-color: #8487DA; }

 span { border-color: rgb(132,135,218); }

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