Html Css Color HEX #8C9CDB Portage

📋 copy color: '#8C9CDB'

red 140 ◦ green 156 ◦ blue 219

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

Shades of Portage #8C9CDB

Tints of Portage #8C9CDB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.29%

 BLUE value IS 219 (85.94% from 255) = 42.52%

R = 27.18%
G = 30.29%
B = 42.52%

CMYK

 C value IS 0.36

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8C9CDB (or 0x8C9CDB) is known color: Portage. HEX triplet: 8C, 9C and DB. RGB value is (140,156,219). Sum of RGB (Red+Green+Blue) = 140+156+219=515 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.18% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C9CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9CDB is #736324. Grayscale: #9E9E9E. Windows color (decimal): -7562021 or 14392460. OLE color: 14392460.

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

Color convert

RGB 140 156 219 -
CMYK 0.36 0.29 0 0.14
HSL 227.85º 0.52% 0.7% -
HSV(B) 227.85º 0.36% 0.86% -
XYZ 35.49 34.47 71.8 -
YUV 158.4 162.2 114.88 -
System Red Green Blue C M Y K H S L
Decimal 140 156 219 0.36 0.29 0 0.14 227.85 0.52 0.7
Hex 8C 9C DB 24 1D 0 E E4 34 46
Octal 214 234 333 44 35 0 16 344 64 106
Binary 10001100 10011100 11011011 100100 11101 0 1110 11100100 110100 1000110

Color Harmonies of #8C9CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9CDB

Black with #8C9CDB

Text Example


Text Example

White with #8C9CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,156,219); }

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

background-color css

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

 a { background-color: rgb(140,156,219); }

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

border-color css

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

 span { border-color: rgb(140,156,219); }

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