Html Css Color HEX #8488DB Portage

📋 copy color: '#8488DB'

red 132 ◦ green 136 ◦ blue 219

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

Shades of Portage #8488DB

Tints of Portage #8488DB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.93%

 BLUE value IS 219 (85.94% from 255) = 44.97%

R = 27.1%
G = 27.93%
B = 44.97%

CMYK

 C value IS 0.40

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8488DB (or 0x8488DB) is known color: Portage. HEX triplet: 84, 88 and DB. RGB value is (132,136,219). Sum of RGB (Red+Green+Blue) = 132+136+219=487 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.10% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #8488DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8488DB is #7B7724. Grayscale: #8F8F8F. Windows color (decimal): -8091429 or 14387332. OLE color: 14387332.

HSL color Cylindrical-coordinate representation of color #8488DB: hue angle of 237.24º degrees, saturation: 0.55, 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 #8488DB is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 136 219 -
CMYK 0.40 0.38 0 0.14
HSL 237.24º 0.55% 0.69% -
HSV(B) 237.24º 0.4% 0.86% -
XYZ 31.11 27.63 70.71 -
YUV 144.27 170.17 119.25 -
System Red Green Blue C M Y K H S L
Decimal 132 136 219 0.40 0.38 0 0.14 237.24 0.55 0.69
Hex 84 88 DB 28 26 0 E ED 37 45
Octal 204 210 333 50 46 0 16 355 67 105
Binary 10000100 10001000 11011011 101000 100110 0 1110 11101101 110111 1000101

Color Harmonies of #8488DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8488DB

Black with #8488DB

Text Example


Text Example

White with #8488DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8488DB; }

 p { color: rgb(132,136,219); }

 H1.HeaderClassName
 {
   color: #8488DB;
 }
 .AnyTagClassName
 {
   color: #8488DB;
 }
</style>

background-color css

<style>
 a { background-color: #8488DB; }

 a { background-color: rgb(132,136,219); }

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

border-color css

<style>
 span { border-color: #8488DB; }

 span { border-color: rgb(132,136,219); }

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