#9A94CB

Color #9A94CB Blue Bell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bell #9A94CB

Tints of Blue Bell #9A94CB

Color information

#9A94CB (or 0x9A94CB) is unknown color: approx Blue Bell. HEX triplet: 9A, 94 and CB. RGB value is (154,148,203). Sum of RGB (Red+Green+Blue) = 154+148+203=505 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.50% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: blue. Hex color #9A94CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A94CB is #656B34. Grayscale: #9B9B9B. Windows color (decimal): -6646581 or 13341850. OLE color: 13341850.

HSL color Cylindrical-coordinate representation of color #9A94CB: hue angle of 246.55º 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 #9A94CB is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB154148203-
CMYK0.240.2700.20
HSL246.55º34.59%68.82%-
HSV(B)246.55º27.09%79.61%-
XYZ34.732.3660.92-
YUV156.06154.49126.53-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.50%
GREEN value IS 148 (58.20% from 255) = 29.31%
BLUE value IS 203 (79.69% from 255) = 40.20%
R=30.50%
G=29.31%
B=40.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1541482030.240.2700.20246.5534.5968.82
Hex9A94CB181B014f72345
Octal232224313303302436743105
Binary1001101010010100110010111100011011010100111101111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A94CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A94CB; }

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

 H1.HeaderClassName
 {
   color: #9A94CB;
 }
 .AnyTagClassName
 {
   color: #9A94CB;
 }
</style>
background-color css

<style>
 a { background-color: #9A94CB; }

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

 div.DivClassName
 {
   background-color: #9A94CB;
 }
 .BgClassName
 {
   background-color: #9A94CB;
 }
</style>
border-color css

<style>
 span { border-color: #9A94CB; }

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

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