Html Css Color HEX #9499CC Blue Bell

📋 copy color: '#9499CC'

red 148 ◦ green 153 ◦ blue 204

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

Shades of Blue Bell #9499CC

Tints of Blue Bell #9499CC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.3%

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

R = 29.31%
G = 30.3%
B = 40.4%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9499CC (or 0x9499CC) is known color: Blue Bell. HEX triplet: 94, 99 and CC. RGB value is (148,153,204). Sum of RGB (Red+Green+Blue) = 148+153+204=505 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.31% from 505); Green value is 153 (60.16% from 255 or 30.30% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: blue. Hex color #9499CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9499CC is #6B6633. Grayscale: #9D9D9D. Windows color (decimal): -7038516 or 13408660. OLE color: 13408660.

HSL color Cylindrical-coordinate representation of color #9499CC: hue angle of 234.64º 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 #9499CC is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 148 153 204 -
CMYK 0.27 0.25 0 0.2
HSL 234.64º 0.35% 0.69% -
HSV(B) 234.64º 0.27% 0.8% -
XYZ 34.5 33.44 61.76 -
YUV 157.32 154.34 121.35 -
System Red Green Blue C M Y K H S L
Decimal 148 153 204 0.27 0.25 0 0.2 234.64 0.35 0.69
Hex 94 99 CC 1B 19 0 14 EB 23 45
Octal 224 231 314 33 31 0 24 353 43 105
Binary 10010100 10011001 11001100 11011 11001 0 10100 11101011 100011 1000101

Color Harmonies of #9499CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9499CC

Black with #9499CC

Text Example


Text Example

White with #9499CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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