Html Css Color HEX #9695DB Blue Bell

📋 copy color: '#9695DB'

red 150 ◦ green 149 ◦ blue 219

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

Shades of Blue Bell #9695DB

Tints of Blue Bell #9695DB

RGB

 RED value IS 150 (58.98% from 255) = 28.96%

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

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

R = 28.96%
G = 28.76%
B = 42.28%

CMYK

 C value IS 0.32

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9695DB (or 0x9695DB) is known color: Blue Bell. HEX triplet: 96, 95 and DB. RGB value is (150,149,219). Sum of RGB (Red+Green+Blue) = 150+149+219=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #9695DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9695DB is #696A24. Grayscale: #9D9D9D. Windows color (decimal): -6908453 or 14390678. OLE color: 14390678.

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

Color convert

RGB 150 149 219 -
CMYK 0.32 0.32 0 0.14
HSL 240.86º 0.49% 0.72% -
HSV(B) 240.86º 0.32% 0.86% -
XYZ 36.11 33.09 71.5 -
YUV 157.28 162.83 122.81 -
System Red Green Blue C M Y K H S L
Decimal 150 149 219 0.32 0.32 0 0.14 240.86 0.49 0.72
Hex 96 95 DB 20 20 0 E F1 31 48
Octal 226 225 333 40 40 0 16 361 61 110
Binary 10010110 10010101 11011011 100000 100000 0 1110 11110001 110001 1001000

Color Harmonies of #9695DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9695DB

Black with #9695DB

Text Example


Text Example

White with #9695DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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