Html Css Color HEX #9589DA Blue Bell

📋 copy color: '#9589DA'

red 149 ◦ green 137 ◦ blue 218

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

Shades of Blue Bell #9589DA

Tints of Blue Bell #9589DA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.18%

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

R = 29.56%
G = 27.18%
B = 43.25%

CMYK

 C value IS 0.32

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9589DA (or 0x9589DA) is known color: Blue Bell. HEX triplet: 95, 89 and DA. RGB value is (149,137,218). Sum of RGB (Red+Green+Blue) = 149+137+218=504 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.56% from 504); Green value is 137 (53.91% from 255 or 27.18% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #9589DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9589DA is #6A7625. Grayscale: #959595. Windows color (decimal): -6977062 or 14322069. OLE color: 14322069.

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

Color convert

RGB 149 137 218 -
CMYK 0.32 0.37 0 0.15
HSL 248.89º 0.52% 0.7% -
HSV(B) 248.89º 0.37% 0.85% -
XYZ 33.99 29.34 70.2 -
YUV 149.82 166.48 127.41 -
System Red Green Blue C M Y K H S L
Decimal 149 137 218 0.32 0.37 0 0.15 248.89 0.52 0.7
Hex 95 89 DA 20 25 0 F F9 34 46
Octal 225 211 332 40 45 0 17 371 64 106
Binary 10010101 10001001 11011010 100000 100101 0 1111 11111001 110100 1000110

Color Harmonies of #9589DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9589DA

Black with #9589DA

Text Example


Text Example

White with #9589DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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