Html Css Color HEX #9490CD Blue Bell

📋 copy color: '#9490CD'

red 148 ◦ green 144 ◦ blue 205

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

Shades of Blue Bell #9490CD

Tints of Blue Bell #9490CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.25%

R = 29.78%
G = 28.97%
B = 41.25%

CMYK

 C value IS 0.28

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9490CD (or 0x9490CD) is known color: Blue Bell. HEX triplet: 94, 90 and CD. RGB value is (148,144,205). Sum of RGB (Red+Green+Blue) = 148+144+205=497 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.78% from 497); Green value is 144 (56.64% from 255 or 28.97% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #9490CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9490CD is #6B6F32. Grayscale: #979797. Windows color (decimal): -7040819 or 13471892. OLE color: 13471892.

HSL color Cylindrical-coordinate representation of color #9490CD: hue angle of 243.93º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9490CD is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 148 144 205 -
CMYK 0.28 0.30 0 0.20
HSL 243.93º 0.38% 0.68% -
HSV(B) 243.93º 0.3% 0.8% -
XYZ 33.21 30.65 61.92 -
YUV 152.15 157.83 125.04 -
System Red Green Blue C M Y K H S L
Decimal 148 144 205 0.28 0.30 0 0.20 243.93 0.38 0.68
Hex 94 90 CD 1C 1E 0 14 F4 26 44
Octal 224 220 315 34 36 0 24 364 46 104
Binary 10010100 10010000 11001101 11100 11110 0 10100 11110100 100110 1000100

Color Harmonies of #9490CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9490CD

Black with #9490CD

Text Example


Text Example

White with #9490CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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