Html Css Color HEX #8D96C6 Portage

📋 copy color: '#8D96C6'

red 141 ◦ green 150 ◦ blue 198

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

Shades of Portage #8D96C6

Tints of Portage #8D96C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.49%

R = 28.83%
G = 30.67%
B = 40.49%

CMYK

 C value IS 0.29

 M value IS 0.24

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8D96C6 (or 0x8D96C6) is known color: Portage. HEX triplet: 8D, 96 and C6. RGB value is (141,150,198). Sum of RGB (Red+Green+Blue) = 141+150+198=489 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.83% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 198 (77.73% from 255 or 40.49% from 489); Max value from RGB is 198 - color contains mainly: blue. Hex color #8D96C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D96C6 is #726939. Grayscale: #989898. Windows color (decimal): -7498042 or 13014669. OLE color: 13014669.

HSL color Cylindrical-coordinate representation of color #8D96C6: hue angle of 230.53º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8D96C6 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 141 150 198 -
CMYK 0.29 0.24 0 0.22
HSL 230.53º 0.33% 0.66% -
HSV(B) 230.53º 0.29% 0.78% -
XYZ 32.08 31.55 57.83 -
YUV 152.78 153.52 119.6 -
System Red Green Blue C M Y K H S L
Decimal 141 150 198 0.29 0.24 0 0.22 230.53 0.33 0.66
Hex 8D 96 C6 1D 18 0 16 E7 21 42
Octal 215 226 306 35 30 0 26 347 41 102
Binary 10001101 10010110 11000110 11101 11000 0 10110 11100111 100001 1000010

Color Harmonies of #8D96C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D96C6

Black with #8D96C6

Text Example


Text Example

White with #8D96C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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