Html Css Color HEX #8488EF Portage

📋 copy color: '#8488EF'

red 132 ◦ green 136 ◦ blue 239

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

Shades of Portage #8488EF

Tints of Portage #8488EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.14%

R = 26.04%
G = 26.82%
B = 47.14%

CMYK

 C value IS 0.45

 M value IS 0.43

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8488EF (or 0x8488EF) is known color: Portage. HEX triplet: 84, 88 and EF. RGB value is (132,136,239). Sum of RGB (Red+Green+Blue) = 132+136+239=507 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.04% from 507); Green value is 136 (53.52% from 255 or 26.82% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 239 - color contains mainly: blue. Hex color #8488EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8488EF is #7B7710. Grayscale: #929292. Windows color (decimal): -8091409 or 15698052. OLE color: 15698052.

HSL color Cylindrical-coordinate representation of color #8488EF: hue angle of 237.76º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8488EF is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 132 136 239 -
CMYK 0.45 0.43 0 0.06
HSL 237.76º 0.77% 0.73% -
HSV(B) 237.76º 0.45% 0.94% -
XYZ 33.9 28.75 85.42 -
YUV 146.55 180.17 117.62 -
System Red Green Blue C M Y K H S L
Decimal 132 136 239 0.45 0.43 0 0.06 237.76 0.77 0.73
Hex 84 88 EF 2D 2B 0 6 EE 4D 49
Octal 204 210 357 55 53 0 6 356 115 111
Binary 10000100 10001000 11101111 101101 101011 0 110 11101110 1001101 1001001

Color Harmonies of #8488EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8488EF

Black with #8488EF

Text Example


Text Example

White with #8488EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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