Html Css Color HEX #888FDA Portage

📋 copy color: '#888FDA'

red 136 ◦ green 143 ◦ blue 218

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

Shades of Portage #888FDA

Tints of Portage #888FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.86%

R = 27.36%
G = 28.77%
B = 43.86%

CMYK

 C value IS 0.38

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#888FDA (or 0x888FDA) is known color: Portage. HEX triplet: 88, 8F and DA. RGB value is (136,143,218). Sum of RGB (Red+Green+Blue) = 136+143+218=497 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.36% from 497); Green value is 143 (56.25% from 255 or 28.77% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #888FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888FDA is #777025. Grayscale: #959595. Windows color (decimal): -7827494 or 14323592. OLE color: 14323592.

HSL color Cylindrical-coordinate representation of color #888FDA: hue angle of 234.88º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #888FDA is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 136 143 218 -
CMYK 0.38 0.34 0 0.15
HSL 234.88º 0.53% 0.69% -
HSV(B) 234.88º 0.38% 0.85% -
XYZ 32.63 29.94 70.39 -
YUV 149.46 166.68 118.4 -
System Red Green Blue C M Y K H S L
Decimal 136 143 218 0.38 0.34 0 0.15 234.88 0.53 0.69
Hex 88 8F DA 26 22 0 F EB 35 45
Octal 210 217 332 46 42 0 17 353 65 105
Binary 10001000 10001111 11011010 100110 100010 0 1111 11101011 110101 1000101

Color Harmonies of #888FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888FDA

Black with #888FDA

Text Example


Text Example

White with #888FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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