Html Css Color HEX #888CCD Portage

📋 copy color: '#888CCD'

red 136 ◦ green 140 ◦ blue 205

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

Shades of Portage #888CCD

Tints of Portage #888CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.62%

R = 28.27%
G = 29.11%
B = 42.62%

CMYK

 C value IS 0.34

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#888CCD (or 0x888CCD) is known color: Portage. HEX triplet: 88, 8C and CD. RGB value is (136,140,205). Sum of RGB (Red+Green+Blue) = 136+140+205=481 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.27% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #888CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888CCD is #777332. Grayscale: #919191. Windows color (decimal): -7828275 or 13470856. OLE color: 13470856.

HSL color Cylindrical-coordinate representation of color #888CCD: hue angle of 236.52º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #888CCD is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 140 205 -
CMYK 0.34 0.32 0 0.20
HSL 236.52º 0.41% 0.67% -
HSV(B) 236.52º 0.34% 0.8% -
XYZ 30.55 28.4 61.63 -
YUV 146.21 161.17 120.71 -
System Red Green Blue C M Y K H S L
Decimal 136 140 205 0.34 0.32 0 0.20 236.52 0.41 0.67
Hex 88 8C CD 22 20 0 14 ED 29 43
Octal 210 214 315 42 40 0 24 355 51 103
Binary 10001000 10001100 11001101 100010 100000 0 10100 11101101 101001 1000011

Color Harmonies of #888CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888CCD

Black with #888CCD

Text Example


Text Example

White with #888CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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