Html Css Color HEX #8D95CE Portage

📋 copy color: '#8D95CE'

red 141 ◦ green 149 ◦ blue 206

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

Shades of Portage #8D95CE

Tints of Portage #8D95CE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.04%

 BLUE value IS 206 (80.86% from 255) = 41.53%

R = 28.43%
G = 30.04%
B = 41.53%

CMYK

 C value IS 0.32

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8D95CE (or 0x8D95CE) is known color: Portage. HEX triplet: 8D, 95 and CE. RGB value is (141,149,206). Sum of RGB (Red+Green+Blue) = 141+149+206=496 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.43% from 496); Green value is 149 (58.59% from 255 or 30.04% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #8D95CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D95CE is #726A31. Grayscale: #989898. Windows color (decimal): -7498290 or 13538701. OLE color: 13538701.

HSL color Cylindrical-coordinate representation of color #8D95CE: hue angle of 232.62º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8D95CE is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 141 149 206 -
CMYK 0.32 0.28 0 0.19
HSL 232.62º 0.4% 0.68% -
HSV(B) 232.62º 0.32% 0.81% -
XYZ 32.87 31.61 62.76 -
YUV 153.11 157.85 119.37 -
System Red Green Blue C M Y K H S L
Decimal 141 149 206 0.32 0.28 0 0.19 232.62 0.4 0.68
Hex 8D 95 CE 20 1C 0 13 E9 28 44
Octal 215 225 316 40 34 0 23 351 50 104
Binary 10001101 10010101 11001110 100000 11100 0 10011 11101001 101000 1000100

Color Harmonies of #8D95CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D95CE

Black with #8D95CE

Text Example


Text Example

White with #8D95CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,149,206); }

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

background-color css

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

 a { background-color: rgb(141,149,206); }

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

border-color css

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

 span { border-color: rgb(141,149,206); }

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