Html Css Color HEX #9589DF Blue Bell

📋 copy color: '#9589DF'

red 149 ◦ green 137 ◦ blue 223

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

Shades of Blue Bell #9589DF

Tints of Blue Bell #9589DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.81%

R = 29.27%
G = 26.92%
B = 43.81%

CMYK

 C value IS 0.33

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9589DF (or 0x9589DF) is known color: Blue Bell. HEX triplet: 95, 89 and DF. RGB value is (149,137,223). Sum of RGB (Red+Green+Blue) = 149+137+223=509 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.27% from 509); Green value is 137 (53.91% from 255 or 26.92% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #9589DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9589DF is #6A7620. Grayscale: #969696. Windows color (decimal): -6977057 or 14649749. OLE color: 14649749.

HSL color Cylindrical-coordinate representation of color #9589DF: hue angle of 248.37º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9589DF is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 137 223 -
CMYK 0.33 0.39 0 0.13
HSL 248.37º 0.57% 0.71% -
HSV(B) 248.37º 0.39% 0.87% -
XYZ 34.66 29.61 73.7 -
YUV 150.39 168.98 127.01 -
System Red Green Blue C M Y K H S L
Decimal 149 137 223 0.33 0.39 0 0.13 248.37 0.57 0.71
Hex 95 89 DF 21 27 0 D F8 39 47
Octal 225 211 337 41 47 0 15 370 71 107
Binary 10010101 10001001 11011111 100001 100111 0 1101 11111000 111001 1000111

Color Harmonies of #9589DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9589DF

Black with #9589DF

Text Example


Text Example

White with #9589DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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