Html Css Color HEX #8D96C4 Portage

📋 copy color: '#8D96C4'

red 141 ◦ green 150 ◦ blue 196

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

Shades of Portage #8D96C4

Tints of Portage #8D96C4

RGB

 RED value IS 141 (55.47% from 255) = 28.95%

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

 BLUE value IS 196 (76.95% from 255) = 40.25%

R = 28.95%
G = 30.8%
B = 40.25%

CMYK

 C value IS 0.28

 M value IS 0.23

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#8D96C4 (or 0x8D96C4) is known color: Portage. HEX triplet: 8D, 96 and C4. RGB value is (141,150,196). Sum of RGB (Red+Green+Blue) = 141+150+196=487 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.95% from 487); Green value is 150 (58.98% from 255 or 30.80% from 487); Blue value is 196 (76.95% from 255 or 40.25% from 487); Max value from RGB is 196 - color contains mainly: blue. Hex color #8D96C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D96C4 is #72693B. Grayscale: #989898. Windows color (decimal): -7498044 or 12883597. OLE color: 12883597.

HSL color Cylindrical-coordinate representation of color #8D96C4: hue angle of 230.18º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8D96C4 is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 141 150 196 -
CMYK 0.28 0.23 0 0.23
HSL 230.18º 0.32% 0.66% -
HSV(B) 230.18º 0.28% 0.77% -
XYZ 31.85 31.46 56.62 -
YUV 152.55 152.52 119.76 -
System Red Green Blue C M Y K H S L
Decimal 141 150 196 0.28 0.23 0 0.23 230.18 0.32 0.66
Hex 8D 96 C4 1C 17 0 17 E6 20 42
Octal 215 226 304 34 27 0 27 346 40 102
Binary 10001101 10010110 11000100 11100 10111 0 10111 11100110 100000 1000010

Color Harmonies of #8D96C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D96C4

Black with #8D96C4

Text Example


Text Example

White with #8D96C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,150,196); }

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

background-color css

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

 a { background-color: rgb(141,150,196); }

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

border-color css

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

 span { border-color: rgb(141,150,196); }

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