Html Css Color HEX #8C96DB Portage

📋 copy color: '#8C96DB'

red 140 ◦ green 150 ◦ blue 219

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

Shades of Portage #8C96DB

Tints of Portage #8C96DB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.47%

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

R = 27.5%
G = 29.47%
B = 43.03%

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

#8C96DB (or 0x8C96DB) is known color: Portage. HEX triplet: 8C, 96 and DB. RGB value is (140,150,219). Sum of RGB (Red+Green+Blue) = 140+150+219=509 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.50% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C96DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C96DB is #736924. Grayscale: #9A9A9A. Windows color (decimal): -7563557 or 14390924. OLE color: 14390924.

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

Color convert

RGB 140 150 219 -
CMYK 0.36 0.32 0 0.14
HSL 232.41º 0.52% 0.7% -
HSV(B) 232.41º 0.36% 0.86% -
XYZ 34.51 32.5 71.47 -
YUV 154.88 164.19 117.39 -
System Red Green Blue C M Y K H S L
Decimal 140 150 219 0.36 0.32 0 0.14 232.41 0.52 0.7
Hex 8C 96 DB 24 20 0 E E8 34 46
Octal 214 226 333 44 40 0 16 350 64 106
Binary 10001100 10010110 11011011 100100 100000 0 1110 11101000 110100 1000110

Color Harmonies of #8C96DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C96DB

Black with #8C96DB

Text Example


Text Example

White with #8C96DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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