Html Css Color HEX #9497CC Blue Bell

📋 copy color: '#9497CC'

red 148 ◦ green 151 ◦ blue 204

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

Shades of Blue Bell #9497CC

Tints of Blue Bell #9497CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.56%

R = 29.42%
G = 30.02%
B = 40.56%

CMYK

 C value IS 0.27

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9497CC (or 0x9497CC) is known color: Blue Bell. HEX triplet: 94, 97 and CC. RGB value is (148,151,204). Sum of RGB (Red+Green+Blue) = 148+151+204=503 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.42% from 503); Green value is 151 (59.38% from 255 or 30.02% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #9497CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9497CC is #6B6833. Grayscale: #9B9B9B. Windows color (decimal): -7039028 or 13408148. OLE color: 13408148.

HSL color Cylindrical-coordinate representation of color #9497CC: hue angle of 236.79º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9497CC is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 148 151 204 -
CMYK 0.27 0.26 0 0.2
HSL 236.79º 0.35% 0.69% -
HSV(B) 236.79º 0.27% 0.8% -
XYZ 34.18 32.79 61.65 -
YUV 156.15 155.01 122.19 -
System Red Green Blue C M Y K H S L
Decimal 148 151 204 0.27 0.26 0 0.2 236.79 0.35 0.69
Hex 94 97 CC 1B 1A 0 14 ED 23 45
Octal 224 227 314 33 32 0 24 355 43 105
Binary 10010100 10010111 11001100 11011 11010 0 10100 11101101 100011 1000101

Color Harmonies of #9497CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9497CC

Black with #9497CC

Text Example


Text Example

White with #9497CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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