Html Css Color HEX #8C89DF Portage

📋 copy color: '#8C89DF'

red 140 ◦ green 137 ◦ blue 223

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

Shades of Portage #8C89DF

Tints of Portage #8C89DF

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.4%

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

R = 28%
G = 27.4%
B = 44.6%

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

#8C89DF (or 0x8C89DF) is known color: Portage. HEX triplet: 8C, 89 and DF. RGB value is (140,137,223). Sum of RGB (Red+Green+Blue) = 140+137+223=500 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28% from 500); Green value is 137 (53.91% from 255 or 27.4% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #8C89DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C89DF is #737620. Grayscale: #939393. Windows color (decimal): -7566881 or 14649740. OLE color: 14649740.

HSL color Cylindrical-coordinate representation of color #8C89DF: hue angle of 242.09º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C89DF is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 137 223 -
CMYK 0.37 0.39 0 0.13
HSL 242.09º 0.57% 0.71% -
HSV(B) 242.09º 0.39% 0.87% -
XYZ 33.08 28.79 73.63 -
YUV 147.7 170.49 122.51 -
System Red Green Blue C M Y K H S L
Decimal 140 137 223 0.37 0.39 0 0.13 242.09 0.57 0.71
Hex 8C 89 DF 25 27 0 D F2 39 47
Octal 214 211 337 45 47 0 15 362 71 107
Binary 10001100 10001001 11011111 100101 100111 0 1101 11110010 111001 1000111

Color Harmonies of #8C89DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C89DF

Black with #8C89DF

Text Example


Text Example

White with #8C89DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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