Html Css Color HEX #888CDD Portage

📋 copy color: '#888CDD'

red 136 ◦ green 140 ◦ blue 221

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

Shades of Portage #888CDD

Tints of Portage #888CDD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.17%

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

R = 27.36%
G = 28.17%
B = 44.47%

CMYK

 C value IS 0.38

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#888CDD (or 0x888CDD) is known color: Portage. HEX triplet: 88, 8C and DD. RGB value is (136,140,221). Sum of RGB (Red+Green+Blue) = 136+140+221=497 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.36% from 497); Green value is 140 (55.08% from 255 or 28.17% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #888CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888CDD is #777322. Grayscale: #939393. Windows color (decimal): -7828259 or 14519432. OLE color: 14519432.

HSL color Cylindrical-coordinate representation of color #888CDD: hue angle of 237.18º 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 #888CDD is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 140 221 -
CMYK 0.38 0.37 0 0.13
HSL 237.18º 0.56% 0.7% -
HSV(B) 237.18º 0.38% 0.87% -
XYZ 32.58 29.21 72.33 -
YUV 148.04 169.17 119.41 -
System Red Green Blue C M Y K H S L
Decimal 136 140 221 0.38 0.37 0 0.13 237.18 0.56 0.7
Hex 88 8C DD 26 25 0 D ED 38 46
Octal 210 214 335 46 45 0 15 355 70 106
Binary 10001000 10001100 11011101 100110 100101 0 1101 11101101 111000 1000110

Color Harmonies of #888CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888CDD

Black with #888CDD

Text Example


Text Example

White with #888CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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