Html Css Color HEX #888DED Portage

📋 copy color: '#888DED'

red 136 ◦ green 141 ◦ blue 237

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

Shades of Portage #888DED

Tints of Portage #888DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.11%

R = 26.46%
G = 27.43%
B = 46.11%

CMYK

 C value IS 0.43

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#888DED (or 0x888DED) is known color: Portage. HEX triplet: 88, 8D and ED. RGB value is (136,141,237). Sum of RGB (Red+Green+Blue) = 136+141+237=514 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.46% from 514); Green value is 141 (55.47% from 255 or 27.43% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #888DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #888DED is #777212. Grayscale: #969696. Windows color (decimal): -7827987 or 15568264. OLE color: 15568264.

HSL color Cylindrical-coordinate representation of color #888DED: hue angle of 237.03º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #888DED is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 136 141 237 -
CMYK 0.43 0.41 0 0.07
HSL 237.03º 0.74% 0.73% -
HSV(B) 237.03º 0.43% 0.93% -
XYZ 34.96 30.4 84.15 -
YUV 150.45 176.84 117.69 -
System Red Green Blue C M Y K H S L
Decimal 136 141 237 0.43 0.41 0 0.07 237.03 0.74 0.73
Hex 88 8D ED 2B 29 0 7 ED 4A 49
Octal 210 215 355 53 51 0 7 355 112 111
Binary 10001000 10001101 11101101 101011 101001 0 111 11101101 1001010 1001001

Color Harmonies of #888DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888DED

Black with #888DED

Text Example


Text Example

White with #888DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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