Html Css Color HEX #8B95DB Portage

📋 copy color: '#8B95DB'

red 139 ◦ green 149 ◦ blue 219

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

Shades of Portage #8B95DB

Tints of Portage #8B95DB

RGB

 RED value IS 139 (54.69% from 255) = 27.42%

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

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

R = 27.42%
G = 29.39%
B = 43.2%

CMYK

 C value IS 0.37

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8B95DB (or 0x8B95DB) is known color: Portage. HEX triplet: 8B, 95 and DB. RGB value is (139,149,219). Sum of RGB (Red+Green+Blue) = 139+149+219=507 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.42% from 507); Green value is 149 (58.59% from 255 or 29.39% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #8B95DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B95DB is #746A24. Grayscale: #999999. Windows color (decimal): -7629349 or 14390667. OLE color: 14390667.

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

Color convert

RGB 139 149 219 -
CMYK 0.37 0.32 0 0.14
HSL 232.5º 0.53% 0.7% -
HSV(B) 232.5º 0.37% 0.86% -
XYZ 34.18 32.1 71.41 -
YUV 153.99 164.69 117.31 -
System Red Green Blue C M Y K H S L
Decimal 139 149 219 0.37 0.32 0 0.14 232.5 0.53 0.7
Hex 8B 95 DB 25 20 0 E E8 35 46
Octal 213 225 333 45 40 0 16 350 65 106
Binary 10001011 10010101 11011011 100101 100000 0 1110 11101000 110101 1000110

Color Harmonies of #8B95DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B95DB

Black with #8B95DB

Text Example


Text Example

White with #8B95DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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