Html Css Color HEX #8C90DC Portage

📋 copy color: '#8C90DC'

red 140 ◦ green 144 ◦ blue 220

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

Shades of Portage #8C90DC

Tints of Portage #8C90DC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.57%

 BLUE value IS 220 (86.33% from 255) = 43.65%

R = 27.78%
G = 28.57%
B = 43.65%

CMYK

 C value IS 0.36

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8C90DC (or 0x8C90DC) is known color: Portage. HEX triplet: 8C, 90 and DC. RGB value is (140,144,220). Sum of RGB (Red+Green+Blue) = 140+144+220=504 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.78% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C90DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C90DC is #736F23. Grayscale: #979797. Windows color (decimal): -7565092 or 14454924. OLE color: 14454924.

HSL color Cylindrical-coordinate representation of color #8C90DC: hue angle of 237º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C90DC is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 140 144 220 -
CMYK 0.36 0.35 0 0.14
HSL 237º 0.53% 0.71% -
HSV(B) 237º 0.36% 0.86% -
XYZ 33.71 30.69 71.86 -
YUV 151.47 166.67 119.82 -
System Red Green Blue C M Y K H S L
Decimal 140 144 220 0.36 0.35 0 0.14 237 0.53 0.71
Hex 8C 90 DC 24 23 0 E ED 35 47
Octal 214 220 334 44 43 0 16 355 65 107
Binary 10001100 10010000 11011100 100100 100011 0 1110 11101101 110101 1000111

Color Harmonies of #8C90DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C90DC

Black with #8C90DC

Text Example


Text Example

White with #8C90DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,144,220); }

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

background-color css

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

 a { background-color: rgb(140,144,220); }

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

border-color css

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

 span { border-color: rgb(140,144,220); }

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