Html Css Color HEX #888FDD Portage

📋 copy color: '#888FDD'

red 136 ◦ green 143 ◦ blue 221

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

Shades of Portage #888FDD

Tints of Portage #888FDD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.6%

 BLUE value IS 221 (86.72% from 255) = 44.2%

R = 27.2%
G = 28.6%
B = 44.2%

CMYK

 C value IS 0.38

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#888FDD (or 0x888FDD) is known color: Portage. HEX triplet: 88, 8F and DD. RGB value is (136,143,221). Sum of RGB (Red+Green+Blue) = 136+143+221=500 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.2% from 500); Green value is 143 (56.25% from 255 or 28.6% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #888FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888FDD is #777022. Grayscale: #959595. Windows color (decimal): -7827491 or 14520200. OLE color: 14520200.

HSL color Cylindrical-coordinate representation of color #888FDD: hue angle of 235.06º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #888FDD is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 143 221 -
CMYK 0.38 0.35 0 0.13
HSL 235.06º 0.56% 0.7% -
HSV(B) 235.06º 0.38% 0.87% -
XYZ 33.03 30.1 72.48 -
YUV 149.8 168.18 118.16 -
System Red Green Blue C M Y K H S L
Decimal 136 143 221 0.38 0.35 0 0.13 235.06 0.56 0.7
Hex 88 8F DD 26 23 0 D EB 38 46
Octal 210 217 335 46 43 0 15 353 70 106
Binary 10001000 10001111 11011101 100110 100011 0 1101 11101011 111000 1000110

Color Harmonies of #888FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888FDD

Black with #888FDD

Text Example


Text Example

White with #888FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,143,221); }

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

background-color css

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

 a { background-color: rgb(136,143,221); }

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

border-color css

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

 span { border-color: rgb(136,143,221); }

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