Html Css Color HEX #888FCD Portage

📋 copy color: '#888FCD'

red 136 ◦ green 143 ◦ blue 205

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

Shades of Portage #888FCD

Tints of Portage #888FCD

RGB

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

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

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

R = 28.1%
G = 29.55%
B = 42.36%

CMYK

 C value IS 0.34

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#888FCD (or 0x888FCD) is known color: Portage. HEX triplet: 88, 8F and CD. RGB value is (136,143,205). Sum of RGB (Red+Green+Blue) = 136+143+205=484 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.10% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #888FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888FCD is #777032. Grayscale: #939393. Windows color (decimal): -7827507 or 13471624. OLE color: 13471624.

HSL color Cylindrical-coordinate representation of color #888FCD: hue angle of 233.91º 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 #888FCD is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 143 205 -
CMYK 0.34 0.30 0 0.20
HSL 233.91º 0.41% 0.67% -
HSV(B) 233.91º 0.34% 0.8% -
XYZ 31 29.29 61.78 -
YUV 147.98 160.18 119.46 -
System Red Green Blue C M Y K H S L
Decimal 136 143 205 0.34 0.30 0 0.20 233.91 0.41 0.67
Hex 88 8F CD 22 1E 0 14 EA 29 43
Octal 210 217 315 42 36 0 24 352 51 103
Binary 10001000 10001111 11001101 100010 11110 0 10100 11101010 101001 1000011

Color Harmonies of #888FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888FCD

Black with #888FCD

Text Example


Text Example

White with #888FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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