Html Css Color HEX #8C8ADF Portage

📋 copy color: '#8C8ADF'

red 140 ◦ green 138 ◦ blue 223

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

Shades of Portage #8C8ADF

Tints of Portage #8C8ADF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.54%

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

R = 27.94%
G = 27.54%
B = 44.51%

CMYK

 C value IS 0.37

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8C8ADF (or 0x8C8ADF) is known color: Portage. HEX triplet: 8C, 8A and DF. RGB value is (140,138,223). Sum of RGB (Red+Green+Blue) = 140+138+223=501 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.94% from 501); Green value is 138 (54.30% from 255 or 27.54% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #8C8ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C8ADF is #737520. Grayscale: #939393. Windows color (decimal): -7566625 or 14649996. OLE color: 14649996.

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

Color convert

RGB 140 138 223 -
CMYK 0.37 0.38 0 0.13
HSL 241.41º 0.57% 0.71% -
HSV(B) 241.41º 0.38% 0.87% -
XYZ 33.22 29.08 73.67 -
YUV 148.29 170.16 122.09 -
System Red Green Blue C M Y K H S L
Decimal 140 138 223 0.37 0.38 0 0.13 241.41 0.57 0.71
Hex 8C 8A DF 25 26 0 D F1 39 47
Octal 214 212 337 45 46 0 15 361 71 107
Binary 10001100 10001010 11011111 100101 100110 0 1101 11110001 111001 1000111

Color Harmonies of #8C8ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8ADF

Black with #8C8ADF

Text Example


Text Example

White with #8C8ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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