Html Css Color HEX #8C94DB Portage

📋 copy color: '#8C94DB'

red 140 ◦ green 148 ◦ blue 219

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

Shades of Portage #8C94DB

Tints of Portage #8C94DB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.19%

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

R = 27.61%
G = 29.19%
B = 43.2%

CMYK

 C value IS 0.36

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8C94DB (or 0x8C94DB) is known color: Portage. HEX triplet: 8C, 94 and DB. RGB value is (140,148,219). Sum of RGB (Red+Green+Blue) = 140+148+219=507 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.61% from 507); Green value is 148 (58.20% from 255 or 29.19% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C94DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C94DB is #736B24. Grayscale: #999999. Windows color (decimal): -7564069 or 14390412. OLE color: 14390412.

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

Color convert

RGB 140 148 219 -
CMYK 0.36 0.32 0 0.14
HSL 233.92º 0.52% 0.7% -
HSV(B) 233.92º 0.36% 0.86% -
XYZ 34.19 31.87 71.37 -
YUV 153.7 164.85 118.23 -
System Red Green Blue C M Y K H S L
Decimal 140 148 219 0.36 0.32 0 0.14 233.92 0.52 0.7
Hex 8C 94 DB 24 20 0 E EA 34 46
Octal 214 224 333 44 40 0 16 352 64 106
Binary 10001100 10010100 11011011 100100 100000 0 1110 11101010 110100 1000110

Color Harmonies of #8C94DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C94DB

Black with #8C94DB

Text Example


Text Example

White with #8C94DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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