Html Css Color HEX #8488DF Portage

📋 copy color: '#8488DF'

red 132 ◦ green 136 ◦ blue 223

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

Shades of Portage #8488DF

Tints of Portage #8488DF

RGB

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

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

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

R = 26.88%
G = 27.7%
B = 45.42%

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

#8488DF (or 0x8488DF) is known color: Portage. HEX triplet: 84, 88 and DF. RGB value is (132,136,223). Sum of RGB (Red+Green+Blue) = 132+136+223=491 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.88% from 491); Green value is 136 (53.52% from 255 or 27.70% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #8488DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8488DF is #7B7720. Grayscale: #909090. Windows color (decimal): -8091425 or 14649476. OLE color: 14649476.

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

Color convert

RGB 132 136 223 -
CMYK 0.41 0.39 0 0.13
HSL 237.36º 0.59% 0.7% -
HSV(B) 237.36º 0.41% 0.87% -
XYZ 31.64 27.84 73.52 -
YUV 144.72 172.17 118.93 -
System Red Green Blue C M Y K H S L
Decimal 132 136 223 0.41 0.39 0 0.13 237.36 0.59 0.7
Hex 84 88 DF 29 27 0 D ED 3B 46
Octal 204 210 337 51 47 0 15 355 73 106
Binary 10000100 10001000 11011111 101001 100111 0 1101 11101101 111011 1000110

Color Harmonies of #8488DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8488DF

Black with #8488DF

Text Example


Text Example

White with #8488DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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