Html Css Color HEX #8C9ADB Portage

📋 copy color: '#8C9ADB'

red 140 ◦ green 154 ◦ blue 219

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

Shades of Portage #8C9ADB

Tints of Portage #8C9ADB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.02%

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

R = 27.29%
G = 30.02%
B = 42.69%

CMYK

 C value IS 0.36

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8C9ADB (or 0x8C9ADB) is known color: Portage. HEX triplet: 8C, 9A and DB. RGB value is (140,154,219). Sum of RGB (Red+Green+Blue) = 140+154+219=513 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.29% from 513); Green value is 154 (60.55% from 255 or 30.02% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C9ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9ADB is #736524. Grayscale: #9C9C9C. Windows color (decimal): -7562533 or 14391948. OLE color: 14391948.

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

Color convert

RGB 140 154 219 -
CMYK 0.36 0.30 0 0.14
HSL 229.37º 0.52% 0.7% -
HSV(B) 229.37º 0.36% 0.86% -
XYZ 35.16 33.8 71.69 -
YUV 157.22 162.86 115.71 -
System Red Green Blue C M Y K H S L
Decimal 140 154 219 0.36 0.30 0 0.14 229.37 0.52 0.7
Hex 8C 9A DB 24 1E 0 E E5 34 46
Octal 214 232 333 44 36 0 16 345 64 106
Binary 10001100 10011010 11011011 100100 11110 0 1110 11100101 110100 1000110

Color Harmonies of #8C9ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9ADB

Black with #8C9ADB

Text Example


Text Example

White with #8C9ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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