Html Css Color HEX #9795DB Blue Bell

📋 copy color: '#9795DB'

red 151 ◦ green 149 ◦ blue 219

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

Shades of Blue Bell #9795DB

Tints of Blue Bell #9795DB

RGB

 RED value IS 151 (59.38% from 255) = 29.09%

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

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

R = 29.09%
G = 28.71%
B = 42.2%

CMYK

 C value IS 0.31

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9795DB (or 0x9795DB) is known color: Blue Bell. HEX triplet: 97, 95 and DB. RGB value is (151,149,219). Sum of RGB (Red+Green+Blue) = 151+149+219=519 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.09% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #9795DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9795DB is #686A24. Grayscale: #9D9D9D. Windows color (decimal): -6842917 or 14390679. OLE color: 14390679.

HSL color Cylindrical-coordinate representation of color #9795DB: hue angle of 241.71º 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 #9795DB is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 151 149 219 -
CMYK 0.31 0.32 0 0.14
HSL 241.71º 0.49% 0.72% -
HSV(B) 241.71º 0.32% 0.86% -
XYZ 36.3 33.19 71.51 -
YUV 157.58 162.66 123.31 -
System Red Green Blue C M Y K H S L
Decimal 151 149 219 0.31 0.32 0 0.14 241.71 0.49 0.72
Hex 97 95 DB 1F 20 0 E F2 31 48
Octal 227 225 333 37 40 0 16 362 61 110
Binary 10010111 10010101 11011011 11111 100000 0 1110 11110010 110001 1001000

Color Harmonies of #9795DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9795DB

Black with #9795DB

Text Example


Text Example

White with #9795DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9795DB; }

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

 H1.HeaderClassName
 {
   color: #9795DB;
 }
 .AnyTagClassName
 {
   color: #9795DB;
 }
</style>

background-color css

<style>
 a { background-color: #9795DB; }

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

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

border-color css

<style>
 span { border-color: #9795DB; }

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

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