Html Css Color HEX #9490CC Blue Bell

📋 copy color: '#9490CC'

red 148 ◦ green 144 ◦ blue 204

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

Shades of Blue Bell #9490CC

Tints of Blue Bell #9490CC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.03%

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

R = 29.84%
G = 29.03%
B = 41.13%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9490CC (or 0x9490CC) is known color: Blue Bell. HEX triplet: 94, 90 and CC. RGB value is (148,144,204). Sum of RGB (Red+Green+Blue) = 148+144+204=496 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.84% from 496); Green value is 144 (56.64% from 255 or 29.03% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #9490CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9490CC is #6B6F33. Grayscale: #979797. Windows color (decimal): -7040820 or 13406356. OLE color: 13406356.

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

Color convert

RGB 148 144 204 -
CMYK 0.27 0.29 0 0.2
HSL 244º 0.37% 0.68% -
HSV(B) 244º 0.29% 0.8% -
XYZ 33.09 30.6 61.29 -
YUV 152.04 157.33 125.12 -
System Red Green Blue C M Y K H S L
Decimal 148 144 204 0.27 0.29 0 0.2 244 0.37 0.68
Hex 94 90 CC 1B 1D 0 14 F4 25 44
Octal 224 220 314 33 35 0 24 364 45 104
Binary 10010100 10010000 11001100 11011 11101 0 10100 11110100 100101 1000100

Color Harmonies of #9490CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9490CC

Black with #9490CC

Text Example


Text Example

White with #9490CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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