Html Css Color HEX #9590DA Blue Bell

📋 copy color: '#9590DA'

red 149 ◦ green 144 ◦ blue 218

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

Shades of Blue Bell #9590DA

Tints of Blue Bell #9590DA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.18%

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

R = 29.16%
G = 28.18%
B = 42.66%

CMYK

 C value IS 0.32

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9590DA (or 0x9590DA) is known color: Blue Bell. HEX triplet: 95, 90 and DA. RGB value is (149,144,218). Sum of RGB (Red+Green+Blue) = 149+144+218=511 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.16% from 511); Green value is 144 (56.64% from 255 or 28.18% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #9590DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9590DA is #6A6F25. Grayscale: #999999. Windows color (decimal): -6975270 or 14323861. OLE color: 14323861.

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

Color convert

RGB 149 144 218 -
CMYK 0.32 0.34 0 0.15
HSL 244.05º 0.5% 0.71% -
HSV(B) 244.05º 0.34% 0.85% -
XYZ 35.02 31.4 70.54 -
YUV 153.93 164.16 124.48 -
System Red Green Blue C M Y K H S L
Decimal 149 144 218 0.32 0.34 0 0.15 244.05 0.5 0.71
Hex 95 90 DA 20 22 0 F F4 32 47
Octal 225 220 332 40 42 0 17 364 62 107
Binary 10010101 10010000 11011010 100000 100010 0 1111 11110100 110010 1000111

Color Harmonies of #9590DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9590DA

Black with #9590DA

Text Example


Text Example

White with #9590DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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