Html Css Color HEX #8489D7 Portage

📋 copy color: '#8489D7'

red 132 ◦ green 137 ◦ blue 215

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

Shades of Portage #8489D7

Tints of Portage #8489D7

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.31%

 BLUE value IS 215 (84.38% from 255) = 44.42%

R = 27.27%
G = 28.31%
B = 44.42%

CMYK

 C value IS 0.39

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8489D7 (or 0x8489D7) is known color: Portage. HEX triplet: 84, 89 and D7. RGB value is (132,137,215). Sum of RGB (Red+Green+Blue) = 132+137+215=484 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.27% from 484); Green value is 137 (53.91% from 255 or 28.31% from 484); Blue value is 215 (84.38% from 255 or 44.42% from 484); Max value from RGB is 215 - color contains mainly: blue. Hex color #8489D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8489D7 is #7B7628. Grayscale: #909090. Windows color (decimal): -8091177 or 14125444. OLE color: 14125444.

HSL color Cylindrical-coordinate representation of color #8489D7: hue angle of 236.39º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8489D7 is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 132 137 215 -
CMYK 0.39 0.36 0 0.16
HSL 236.39º 0.51% 0.68% -
HSV(B) 236.39º 0.39% 0.84% -
XYZ 30.73 27.7 68.02 -
YUV 144.4 167.84 119.16 -
System Red Green Blue C M Y K H S L
Decimal 132 137 215 0.39 0.36 0 0.16 236.39 0.51 0.68
Hex 84 89 D7 27 24 0 10 EC 33 44
Octal 204 211 327 47 44 0 20 354 63 104
Binary 10000100 10001001 11010111 100111 100100 0 10000 11101100 110011 1000100

Color Harmonies of #8489D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8489D7

Black with #8489D7

Text Example


Text Example

White with #8489D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8489D7; }

 p { color: rgb(132,137,215); }

 H1.HeaderClassName
 {
   color: #8489D7;
 }
 .AnyTagClassName
 {
   color: #8489D7;
 }
</style>

background-color css

<style>
 a { background-color: #8489D7; }

 a { background-color: rgb(132,137,215); }

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

border-color css

<style>
 span { border-color: #8489D7; }

 span { border-color: rgb(132,137,215); }

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