Html Css Color HEX #8488E0 Portage

📋 copy color: '#8488E0'

red 132 ◦ green 136 ◦ blue 224

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

Shades of Portage #8488E0

Tints of Portage #8488E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.53%

R = 26.83%
G = 27.64%
B = 45.53%

CMYK

 C value IS 0.41

 M value IS 0.39

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8488E0 (or 0x8488E0) is known color: Portage. HEX triplet: 84, 88 and E0. RGB value is (132,136,224). Sum of RGB (Red+Green+Blue) = 132+136+224=492 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.83% from 492); Green value is 136 (53.52% from 255 or 27.64% from 492); Blue value is 224 (87.89% from 255 or 45.53% from 492); Max value from RGB is 224 - color contains mainly: blue. Hex color #8488E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8488E0 is #7B771F. Grayscale: #909090. Windows color (decimal): -8091424 or 14715012. OLE color: 14715012.

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

Color convert

RGB 132 136 224 -
CMYK 0.41 0.39 0 0.12
HSL 237.39º 0.6% 0.7% -
HSV(B) 237.39º 0.41% 0.88% -
XYZ 31.77 27.9 74.23 -
YUV 144.84 172.67 118.84 -
System Red Green Blue C M Y K H S L
Decimal 132 136 224 0.41 0.39 0 0.12 237.39 0.6 0.7
Hex 84 88 E0 29 27 0 C ED 3C 46
Octal 204 210 340 51 47 0 14 355 74 106
Binary 10000100 10001000 11100000 101001 100111 0 1100 11101101 111100 1000110

Color Harmonies of #8488E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8488E0

Black with #8488E0

Text Example


Text Example

White with #8488E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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