Html Css Color HEX #8488CC Portage

📋 copy color: '#8488CC'

red 132 ◦ green 136 ◦ blue 204

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

Shades of Portage #8488CC

Tints of Portage #8488CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.22%

R = 27.97%
G = 28.81%
B = 43.22%

CMYK

 C value IS 0.35

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8488CC (or 0x8488CC) is known color: Portage. HEX triplet: 84, 88 and CC. RGB value is (132,136,204). Sum of RGB (Red+Green+Blue) = 132+136+204=472 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.97% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #8488CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8488CC is #7B7733. Grayscale: #8E8E8E. Windows color (decimal): -8091444 or 13404292. OLE color: 13404292.

HSL color Cylindrical-coordinate representation of color #8488CC: hue angle of 236.67º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8488CC is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 132 136 204 -
CMYK 0.35 0.33 0 0.2
HSL 236.67º 0.41% 0.66% -
HSV(B) 236.67º 0.35% 0.8% -
XYZ 29.22 26.87 60.77 -
YUV 142.56 162.67 120.47 -
System Red Green Blue C M Y K H S L
Decimal 132 136 204 0.35 0.33 0 0.2 236.67 0.41 0.66
Hex 84 88 CC 23 21 0 14 ED 29 42
Octal 204 210 314 43 41 0 24 355 51 102
Binary 10000100 10001000 11001100 100011 100001 0 10100 11101101 101001 1000010

Color Harmonies of #8488CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8488CC

Black with #8488CC

Text Example


Text Example

White with #8488CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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