Html Css Color HEX #9594DB Blue Bell

📋 copy color: '#9594DB'

red 149 ◦ green 148 ◦ blue 219

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

Shades of Blue Bell #9594DB

Tints of Blue Bell #9594DB

RGB

 RED value IS 149 (58.59% from 255) = 28.88%

 GREEN value IS 148 (58.2% from 255) = 28.68%

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

R = 28.88%
G = 28.68%
B = 42.44%

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

#9594DB (or 0x9594DB) is known color: Blue Bell. HEX triplet: 95, 94 and DB. RGB value is (149,148,219). Sum of RGB (Red+Green+Blue) = 149+148+219=516 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.88% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #9594DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9594DB is #6A6B24. Grayscale: #9C9C9C. Windows color (decimal): -6974245 or 14390421. OLE color: 14390421.

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

Color convert

RGB 149 148 219 -
CMYK 0.32 0.32 0 0.14
HSL 240.85º 0.5% 0.72% -
HSV(B) 240.85º 0.32% 0.86% -
XYZ 35.77 32.68 71.44 -
YUV 156.39 163.33 122.73 -
System Red Green Blue C M Y K H S L
Decimal 149 148 219 0.32 0.32 0 0.14 240.85 0.5 0.72
Hex 95 94 DB 20 20 0 E F1 32 48
Octal 225 224 333 40 40 0 16 361 62 110
Binary 10010101 10010100 11011011 100000 100000 0 1110 11110001 110010 1001000

Color Harmonies of #9594DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9594DB

Black with #9594DB

Text Example


Text Example

White with #9594DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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