Html Css Color HEX #888DCD Portage

📋 copy color: '#888DCD'

red 136 ◦ green 141 ◦ blue 205

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

Shades of Portage #888DCD

Tints of Portage #888DCD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.25%

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

R = 28.22%
G = 29.25%
B = 42.53%

CMYK

 C value IS 0.34

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#888DCD (or 0x888DCD) is known color: Portage. HEX triplet: 88, 8D and CD. RGB value is (136,141,205). Sum of RGB (Red+Green+Blue) = 136+141+205=482 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.22% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #888DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888DCD is #777232. Grayscale: #929292. Windows color (decimal): -7828019 or 13471112. OLE color: 13471112.

HSL color Cylindrical-coordinate representation of color #888DCD: hue angle of 235.65º 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 #888DCD is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 141 205 -
CMYK 0.34 0.31 0 0.20
HSL 235.65º 0.41% 0.67% -
HSV(B) 235.65º 0.34% 0.8% -
XYZ 30.7 28.69 61.68 -
YUV 146.8 160.84 120.3 -
System Red Green Blue C M Y K H S L
Decimal 136 141 205 0.34 0.31 0 0.20 235.65 0.41 0.67
Hex 88 8D CD 22 1F 0 14 EC 29 43
Octal 210 215 315 42 37 0 24 354 51 103
Binary 10001000 10001101 11001101 100010 11111 0 10100 11101100 101001 1000011

Color Harmonies of #888DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888DCD

Black with #888DCD

Text Example


Text Example

White with #888DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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