Html Css Color HEX #888CDA Portage

📋 copy color: '#888CDA'

red 136 ◦ green 140 ◦ blue 218

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

Shades of Portage #888CDA

Tints of Portage #888CDA

RGB

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

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

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

R = 27.53%
G = 28.34%
B = 44.13%

CMYK

 C value IS 0.38

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#888CDA (or 0x888CDA) is known color: Portage. HEX triplet: 88, 8C and DA. RGB value is (136,140,218). Sum of RGB (Red+Green+Blue) = 136+140+218=494 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.53% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 218 - color contains mainly: blue. Hex color #888CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888CDA is #777325. Grayscale: #939393. Windows color (decimal): -7828262 or 14322824. OLE color: 14322824.

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

Color convert

RGB 136 140 218 -
CMYK 0.38 0.36 0 0.15
HSL 237.07º 0.53% 0.69% -
HSV(B) 237.07º 0.38% 0.85% -
XYZ 32.19 29.05 70.24 -
YUV 147.7 167.67 119.66 -
System Red Green Blue C M Y K H S L
Decimal 136 140 218 0.38 0.36 0 0.15 237.07 0.53 0.69
Hex 88 8C DA 26 24 0 F ED 35 45
Octal 210 214 332 46 44 0 17 355 65 105
Binary 10001000 10001100 11011010 100110 100100 0 1111 11101101 110101 1000101

Color Harmonies of #888CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888CDA

Black with #888CDA

Text Example


Text Example

White with #888CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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