Html Css Color HEX #9497D6 Blue Bell

📋 copy color: '#9497D6'

red 148 ◦ green 151 ◦ blue 214

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

Shades of Blue Bell #9497D6

Tints of Blue Bell #9497D6

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.43%

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

R = 28.85%
G = 29.43%
B = 41.72%

CMYK

 C value IS 0.31

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9497D6 (or 0x9497D6) is known color: Blue Bell. HEX triplet: 94, 97 and D6. RGB value is (148,151,214). Sum of RGB (Red+Green+Blue) = 148+151+214=513 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.85% from 513); Green value is 151 (59.38% from 255 or 29.43% from 513); Blue value is 214 (83.98% from 255 or 41.72% from 513); Max value from RGB is 214 - color contains mainly: blue. Hex color #9497D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9497D6 is #6B6829. Grayscale: #9D9D9D. Windows color (decimal): -7039018 or 14063508. OLE color: 14063508.

HSL color Cylindrical-coordinate representation of color #9497D6: hue angle of 237.27º 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 #9497D6 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 148 151 214 -
CMYK 0.31 0.29 0 0.16
HSL 237.27º 0.45% 0.71% -
HSV(B) 237.27º 0.31% 0.84% -
XYZ 35.42 33.28 68.18 -
YUV 157.29 160.01 121.38 -
System Red Green Blue C M Y K H S L
Decimal 148 151 214 0.31 0.29 0 0.16 237.27 0.45 0.71
Hex 94 97 D6 1F 1D 0 10 ED 2D 47
Octal 224 227 326 37 35 0 20 355 55 107
Binary 10010100 10010111 11010110 11111 11101 0 10000 11101101 101101 1000111

Color Harmonies of #9497D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9497D6

Black with #9497D6

Text Example


Text Example

White with #9497D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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