Html Css Color HEX #9490CB Blue Bell

📋 copy color: '#9490CB'

red 148 ◦ green 144 ◦ blue 203

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

Shades of Blue Bell #9490CB

Tints of Blue Bell #9490CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.01%

R = 29.9%
G = 29.09%
B = 41.01%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9490CB (or 0x9490CB) is known color: Blue Bell. HEX triplet: 94, 90 and CB. RGB value is (148,144,203). Sum of RGB (Red+Green+Blue) = 148+144+203=495 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.90% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #9490CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9490CB is #6B6F34. Grayscale: #979797. Windows color (decimal): -7040821 or 13340820. OLE color: 13340820.

HSL color Cylindrical-coordinate representation of color #9490CB: hue angle of 244.07º degrees, saturation: 0.36, 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 #9490CB is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 148 144 203 -
CMYK 0.27 0.29 0 0.20
HSL 244.07º 0.36% 0.68% -
HSV(B) 244.07º 0.29% 0.8% -
XYZ 32.97 30.55 60.66 -
YUV 151.92 156.83 125.2 -
System Red Green Blue C M Y K H S L
Decimal 148 144 203 0.27 0.29 0 0.20 244.07 0.36 0.68
Hex 94 90 CB 1B 1D 0 14 F4 24 44
Octal 224 220 313 33 35 0 24 364 44 104
Binary 10010100 10010000 11001011 11011 11101 0 10100 11110100 100100 1000100

Color Harmonies of #9490CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9490CB

Black with #9490CB

Text Example


Text Example

White with #9490CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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