Html Css Color HEX #9B95DB Blue Bell

📋 copy color: '#9B95DB'

red 155 ◦ green 149 ◦ blue 219

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

Shades of Blue Bell #9B95DB

Tints of Blue Bell #9B95DB

RGB

 RED value IS 155 (60.94% from 255) = 29.64%

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

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

R = 29.64%
G = 28.49%
B = 41.87%

CMYK

 C value IS 0.29

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9B95DB (or 0x9B95DB) is known color: Blue Bell. HEX triplet: 9B, 95 and DB. RGB value is (155,149,219). Sum of RGB (Red+Green+Blue) = 155+149+219=523 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.64% from 523); Green value is 149 (58.59% from 255 or 28.49% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #9B95DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B95DB is #646A24. Grayscale: #9E9E9E. Windows color (decimal): -6580773 or 14390683. OLE color: 14390683.

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

Color convert

RGB 155 149 219 -
CMYK 0.29 0.32 0 0.14
HSL 245.14º 0.49% 0.72% -
HSV(B) 245.14º 0.32% 0.86% -
XYZ 37.05 33.58 71.55 -
YUV 158.77 161.99 125.31 -
System Red Green Blue C M Y K H S L
Decimal 155 149 219 0.29 0.32 0 0.14 245.14 0.49 0.72
Hex 9B 95 DB 1D 20 0 E F5 31 48
Octal 233 225 333 35 40 0 16 365 61 110
Binary 10011011 10010101 11011011 11101 100000 0 1110 11110101 110001 1001000

Color Harmonies of #9B95DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B95DB

Black with #9B95DB

Text Example


Text Example

White with #9B95DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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