Html Css Color HEX #9496D6 Blue Bell

📋 copy color: '#9496D6'

red 148 ◦ green 150 ◦ blue 214

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

Shades of Blue Bell #9496D6

Tints of Blue Bell #9496D6

RGB

 RED value IS 148 (58.2% from 255) = 28.91%

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

 BLUE value IS 214 (83.98% from 255) = 41.8%

R = 28.91%
G = 29.3%
B = 41.8%

CMYK

 C value IS 0.31

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9496D6 (or 0x9496D6) is known color: Blue Bell. HEX triplet: 94, 96 and D6. RGB value is (148,150,214). Sum of RGB (Red+Green+Blue) = 148+150+214=512 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.91% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 214 (83.98% from 255 or 41.80% from 512); Max value from RGB is 214 - color contains mainly: blue. Hex color #9496D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9496D6 is #6B6929. Grayscale: #9C9C9C. Windows color (decimal): -7039274 or 14063252. OLE color: 14063252.

HSL color Cylindrical-coordinate representation of color #9496D6: hue angle of 238.18º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9496D6 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 148 150 214 -
CMYK 0.31 0.30 0 0.16
HSL 238.18º 0.45% 0.71% -
HSV(B) 238.18º 0.31% 0.84% -
XYZ 35.26 32.96 68.12 -
YUV 156.7 160.34 121.8 -
System Red Green Blue C M Y K H S L
Decimal 148 150 214 0.31 0.30 0 0.16 238.18 0.45 0.71
Hex 94 96 D6 1F 1E 0 10 EE 2D 47
Octal 224 226 326 37 36 0 20 356 55 107
Binary 10010100 10010110 11010110 11111 11110 0 10000 11101110 101101 1000111

Color Harmonies of #9496D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9496D6

Black with #9496D6

Text Example


Text Example

White with #9496D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9496D6; }

 p { color: rgb(148,150,214); }

 H1.HeaderClassName
 {
   color: #9496D6;
 }
 .AnyTagClassName
 {
   color: #9496D6;
 }
</style>

background-color css

<style>
 a { background-color: #9496D6; }

 a { background-color: rgb(148,150,214); }

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

border-color css

<style>
 span { border-color: #9496D6; }

 span { border-color: rgb(148,150,214); }

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