Html Css Color HEX #9594DA Blue Bell

📋 copy color: '#9594DA'

red 149 ◦ green 148 ◦ blue 218

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

Shades of Blue Bell #9594DA

Tints of Blue Bell #9594DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.33%

R = 28.93%
G = 28.74%
B = 42.33%

CMYK

 C value IS 0.32

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9594DA (or 0x9594DA) is known color: Blue Bell. HEX triplet: 95, 94 and DA. RGB value is (149,148,218). Sum of RGB (Red+Green+Blue) = 149+148+218=515 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.93% from 515); Green value is 148 (58.20% from 255 or 28.74% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 218 - color contains mainly: blue. Hex color #9594DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9594DA is #6A6B25. Grayscale: #9B9B9B. Windows color (decimal): -6974246 or 14324885. OLE color: 14324885.

HSL color Cylindrical-coordinate representation of color #9594DA: hue angle of 240.86º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9594DA is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 148 218 -
CMYK 0.32 0.32 0 0.15
HSL 240.86º 0.49% 0.72% -
HSV(B) 240.86º 0.32% 0.85% -
XYZ 35.64 32.63 70.75 -
YUV 156.28 162.83 122.81 -
System Red Green Blue C M Y K H S L
Decimal 149 148 218 0.32 0.32 0 0.15 240.86 0.49 0.72
Hex 95 94 DA 20 20 0 F F1 31 48
Octal 225 224 332 40 40 0 17 361 61 110
Binary 10010101 10010100 11011010 100000 100000 0 1111 11110001 110001 1001000

Color Harmonies of #9594DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9594DA

Black with #9594DA

Text Example


Text Example

White with #9594DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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