Html Css Color HEX #8D95DB Portage

📋 copy color: '#8D95DB'

red 141 ◦ green 149 ◦ blue 219

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

Shades of Portage #8D95DB

Tints of Portage #8D95DB

RGB

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

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

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

R = 27.7%
G = 29.27%
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

#8D95DB (or 0x8D95DB) is known color: Portage. HEX triplet: 8D, 95 and DB. RGB value is (141,149,219). Sum of RGB (Red+Green+Blue) = 141+149+219=509 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.70% from 509); Green value is 149 (58.59% from 255 or 29.27% 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 #8D95DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D95DB is #726A24. Grayscale: #9A9A9A. Windows color (decimal): -7498277 or 14390669. OLE color: 14390669.

HSL color Cylindrical-coordinate representation of color #8D95DB: hue angle of 233.85º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8D95DB is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 141 149 219 -
CMYK 0.36 0.32 0 0.14
HSL 233.85º 0.52% 0.71% -
HSV(B) 233.85º 0.36% 0.86% -
XYZ 34.52 32.27 71.43 -
YUV 154.59 164.35 118.31 -
System Red Green Blue C M Y K H S L
Decimal 141 149 219 0.36 0.32 0 0.14 233.85 0.52 0.71
Hex 8D 95 DB 24 20 0 E EA 34 47
Octal 215 225 333 44 40 0 16 352 64 107
Binary 10001101 10010101 11011011 100100 100000 0 1110 11101010 110100 1000111

Color Harmonies of #8D95DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D95DB

Black with #8D95DB

Text Example


Text Example

White with #8D95DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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