Html Css Color HEX #888BDE Portage

📋 copy color: '#888BDE'

red 136 ◦ green 139 ◦ blue 222

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

Shades of Portage #888BDE

Tints of Portage #888BDE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.97%

 BLUE value IS 222 (87.11% from 255) = 44.67%

R = 27.36%
G = 27.97%
B = 44.67%

CMYK

 C value IS 0.39

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#888BDE (or 0x888BDE) is known color: Portage. HEX triplet: 88, 8B and DE. RGB value is (136,139,222). Sum of RGB (Red+Green+Blue) = 136+139+222=497 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.36% from 497); Green value is 139 (54.69% from 255 or 27.97% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 222 - color contains mainly: blue. Hex color #888BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888BDE is #777421. Grayscale: #939393. Windows color (decimal): -7828514 or 14584712. OLE color: 14584712.

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

Color convert

RGB 136 139 222 -
CMYK 0.39 0.37 0 0.13
HSL 237.91º 0.57% 0.7% -
HSV(B) 237.91º 0.39% 0.87% -
XYZ 32.57 28.97 72.98 -
YUV 147.57 170.01 119.75 -
System Red Green Blue C M Y K H S L
Decimal 136 139 222 0.39 0.37 0 0.13 237.91 0.57 0.7
Hex 88 8B DE 27 25 0 D EE 39 46
Octal 210 213 336 47 45 0 15 356 71 106
Binary 10001000 10001011 11011110 100111 100101 0 1101 11101110 111001 1000110

Color Harmonies of #888BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888BDE

Black with #888BDE

Text Example


Text Example

White with #888BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,139,222); }

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

background-color css

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

 a { background-color: rgb(136,139,222); }

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

border-color css

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

 span { border-color: rgb(136,139,222); }

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