Html Css Color HEX #8C88DF Portage

📋 copy color: '#8C88DF'

red 140 ◦ green 136 ◦ blue 223

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

Shades of Portage #8C88DF

Tints of Portage #8C88DF

RGB

 RED value IS 140 (55.08% from 255) = 28.06%

 GREEN value IS 136 (53.52% from 255) = 27.25%

 BLUE value IS 223 (87.5% from 255) = 44.69%

R = 28.06%
G = 27.25%
B = 44.69%

CMYK

 C value IS 0.37

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8C88DF (or 0x8C88DF) is known color: Portage. HEX triplet: 8C, 88 and DF. RGB value is (140,136,223). Sum of RGB (Red+Green+Blue) = 140+136+223=499 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28.06% from 499); Green value is 136 (53.52% from 255 or 27.25% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #8C88DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C88DF is #737720. Grayscale: #929292. Windows color (decimal): -7567137 or 14649484. OLE color: 14649484.

HSL color Cylindrical-coordinate representation of color #8C88DF: hue angle of 242.76º degrees, saturation: 0.58, 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 #8C88DF is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 136 223 -
CMYK 0.37 0.39 0 0.13
HSL 242.76º 0.58% 0.7% -
HSV(B) 242.76º 0.39% 0.87% -
XYZ 32.94 28.51 73.58 -
YUV 147.11 170.83 122.93 -
System Red Green Blue C M Y K H S L
Decimal 140 136 223 0.37 0.39 0 0.13 242.76 0.58 0.7
Hex 8C 88 DF 25 27 0 D F3 3A 46
Octal 214 210 337 45 47 0 15 363 72 106
Binary 10001100 10001000 11011111 100101 100111 0 1101 11110011 111010 1000110

Color Harmonies of #8C88DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C88DF

Black with #8C88DF

Text Example


Text Example

White with #8C88DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C88DF; }

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

 H1.HeaderClassName
 {
   color: #8C88DF;
 }
 .AnyTagClassName
 {
   color: #8C88DF;
 }
</style>

background-color css

<style>
 a { background-color: #8C88DF; }

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

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

border-color css

<style>
 span { border-color: #8C88DF; }

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

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