Html Css Color HEX #888ACD Portage

📋 copy color: '#888ACD'

red 136 ◦ green 138 ◦ blue 205

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

Shades of Portage #888ACD

Tints of Portage #888ACD

RGB

 RED value IS 136 (53.52% from 255) = 28.39%

 GREEN value IS 138 (54.3% from 255) = 28.81%

 BLUE value IS 205 (80.47% from 255) = 42.8%

R = 28.39%
G = 28.81%
B = 42.8%

CMYK

 C value IS 0.34

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#888ACD (or 0x888ACD) is known color: Portage. HEX triplet: 88, 8A and CD. RGB value is (136,138,205). Sum of RGB (Red+Green+Blue) = 136+138+205=479 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.39% from 479); Green value is 138 (54.30% from 255 or 28.81% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #888ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888ACD is #777532. Grayscale: #909090. Windows color (decimal): -7828787 or 13470344. OLE color: 13470344.

HSL color Cylindrical-coordinate representation of color #888ACD: hue angle of 238.26º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #888ACD is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 138 205 -
CMYK 0.34 0.33 0 0.20
HSL 238.26º 0.41% 0.67% -
HSV(B) 238.26º 0.34% 0.8% -
XYZ 30.26 27.82 61.53 -
YUV 145.04 161.84 121.55 -
System Red Green Blue C M Y K H S L
Decimal 136 138 205 0.34 0.33 0 0.20 238.26 0.41 0.67
Hex 88 8A CD 22 21 0 14 EE 29 43
Octal 210 212 315 42 41 0 24 356 51 103
Binary 10001000 10001010 11001101 100010 100001 0 10100 11101110 101001 1000011

Color Harmonies of #888ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888ACD

Black with #888ACD

Text Example


Text Example

White with #888ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888ACD; }

 p { color: rgb(136,138,205); }

 H1.HeaderClassName
 {
   color: #888ACD;
 }
 .AnyTagClassName
 {
   color: #888ACD;
 }
</style>

background-color css

<style>
 a { background-color: #888ACD; }

 a { background-color: rgb(136,138,205); }

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

border-color css

<style>
 span { border-color: #888ACD; }

 span { border-color: rgb(136,138,205); }

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