Html Css Color HEX #8C9DDB Portage

📋 copy color: '#8C9DDB'

red 140 ◦ green 157 ◦ blue 219

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

Shades of Portage #8C9DDB

Tints of Portage #8C9DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.43%

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

R = 27.13%
G = 30.43%
B = 42.44%

CMYK

 C value IS 0.36

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8C9DDB (or 0x8C9DDB) is known color: Portage. HEX triplet: 8C, 9D and DB. RGB value is (140,157,219). Sum of RGB (Red+Green+Blue) = 140+157+219=516 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.13% from 516); Green value is 157 (61.72% from 255 or 30.43% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C9DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9DDB is #736224. Grayscale: #9E9E9E. Windows color (decimal): -7561765 or 14392716. OLE color: 14392716.

HSL color Cylindrical-coordinate representation of color #8C9DDB: hue angle of 227.09º 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 #8C9DDB is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 140 157 219 -
CMYK 0.36 0.28 0 0.14
HSL 227.09º 0.52% 0.7% -
HSV(B) 227.09º 0.36% 0.86% -
XYZ 35.66 34.8 71.86 -
YUV 158.99 161.87 114.46 -
System Red Green Blue C M Y K H S L
Decimal 140 157 219 0.36 0.28 0 0.14 227.09 0.52 0.7
Hex 8C 9D DB 24 1C 0 E E3 34 46
Octal 214 235 333 44 34 0 16 343 64 106
Binary 10001100 10011101 11011011 100100 11100 0 1110 11100011 110100 1000110

Color Harmonies of #8C9DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9DDB

Black with #8C9DDB

Text Example


Text Example

White with #8C9DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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