Html Css Color HEX #9A96C6 Blue Bell

📋 copy color: '#9A96C6'

red 154 ◦ green 150 ◦ blue 198

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

Shades of Blue Bell #9A96C6

Tints of Blue Bell #9A96C6

RGB

 RED value IS 154 (60.55% from 255) = 30.68%

 GREEN value IS 150 (58.98% from 255) = 29.88%

 BLUE value IS 198 (77.73% from 255) = 39.44%

R = 30.68%
G = 29.88%
B = 39.44%

CMYK

 C value IS 0.22

 M value IS 0.24

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9A96C6 (or 0x9A96C6) is known color: Blue Bell. HEX triplet: 9A, 96 and C6. RGB value is (154,150,198). Sum of RGB (Red+Green+Blue) = 154+150+198=502 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.68% from 502); Green value is 150 (58.98% from 255 or 29.88% from 502); Blue value is 198 (77.73% from 255 or 39.44% from 502); Max value from RGB is 198 - color contains mainly: blue. Hex color #9A96C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A96C6 is #656939. Grayscale: #9C9C9C. Windows color (decimal): -6646074 or 13014682. OLE color: 13014682.

HSL color Cylindrical-coordinate representation of color #9A96C6: hue angle of 245º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9A96C6 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 154 150 198 -
CMYK 0.22 0.24 0 0.22
HSL 245º 0.3% 0.68% -
HSV(B) 245º 0.24% 0.78% -
XYZ 34.43 32.76 57.93 -
YUV 156.67 151.33 126.1 -
System Red Green Blue C M Y K H S L
Decimal 154 150 198 0.22 0.24 0 0.22 245 0.3 0.68
Hex 9A 96 C6 16 18 0 16 F5 1E 44
Octal 232 226 306 26 30 0 26 365 36 104
Binary 10011010 10010110 11000110 10110 11000 0 10110 11110101 11110 1000100

Color Harmonies of #9A96C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A96C6

Black with #9A96C6

Text Example


Text Example

White with #9A96C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A96C6; }

 p { color: rgb(154,150,198); }

 H1.HeaderClassName
 {
   color: #9A96C6;
 }
 .AnyTagClassName
 {
   color: #9A96C6;
 }
</style>

background-color css

<style>
 a { background-color: #9A96C6; }

 a { background-color: rgb(154,150,198); }

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

border-color css

<style>
 span { border-color: #9A96C6; }

 span { border-color: rgb(154,150,198); }

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