Html Css Color HEX #8C9EDB Portage

📋 copy color: '#8C9EDB'

red 140 ◦ green 158 ◦ blue 219

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

Shades of Portage #8C9EDB

Tints of Portage #8C9EDB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.56%

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

R = 27.08%
G = 30.56%
B = 42.36%

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

#8C9EDB (or 0x8C9EDB) is known color: Portage. HEX triplet: 8C, 9E and DB. RGB value is (140,158,219). Sum of RGB (Red+Green+Blue) = 140+158+219=517 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.08% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C9EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9EDB is #736124. Grayscale: #9F9F9F. Windows color (decimal): -7561509 or 14392972. OLE color: 14392972.

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

Color convert

RGB 140 158 219 -
CMYK 0.36 0.28 0 0.14
HSL 226.33º 0.52% 0.7% -
HSV(B) 226.33º 0.36% 0.86% -
XYZ 35.83 35.14 71.91 -
YUV 159.57 161.54 114.04 -
System Red Green Blue C M Y K H S L
Decimal 140 158 219 0.36 0.28 0 0.14 226.33 0.52 0.7
Hex 8C 9E DB 24 1C 0 E E2 34 46
Octal 214 236 333 44 34 0 16 342 64 106
Binary 10001100 10011110 11011011 100100 11100 0 1110 11100010 110100 1000110

Color Harmonies of #8C9EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9EDB

Black with #8C9EDB

Text Example


Text Example

White with #8C9EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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