Html Css Color HEX #9490DF Blue Bell

📋 copy color: '#9490DF'

red 148 ◦ green 144 ◦ blue 223

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

Shades of Blue Bell #9490DF

Tints of Blue Bell #9490DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.3%

R = 28.74%
G = 27.96%
B = 43.3%

CMYK

 C value IS 0.34

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9490DF (or 0x9490DF) is known color: Blue Bell. HEX triplet: 94, 90 and DF. RGB value is (148,144,223). Sum of RGB (Red+Green+Blue) = 148+144+223=515 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.74% from 515); Green value is 144 (56.64% from 255 or 27.96% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #9490DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9490DF is #6B6F20. Grayscale: #999999. Windows color (decimal): -7040801 or 14651540. OLE color: 14651540.

HSL color Cylindrical-coordinate representation of color #9490DF: hue angle of 243.04º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9490DF is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 144 223 -
CMYK 0.34 0.35 0 0.13
HSL 243.04º 0.55% 0.72% -
HSV(B) 243.04º 0.35% 0.87% -
XYZ 35.51 31.57 74.03 -
YUV 154.2 166.83 123.58 -
System Red Green Blue C M Y K H S L
Decimal 148 144 223 0.34 0.35 0 0.13 243.04 0.55 0.72
Hex 94 90 DF 22 23 0 D F3 37 48
Octal 224 220 337 42 43 0 15 363 67 110
Binary 10010100 10010000 11011111 100010 100011 0 1101 11110011 110111 1001000

Color Harmonies of #9490DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9490DF

Black with #9490DF

Text Example


Text Example

White with #9490DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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