#9B94CB

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

Shades of Blue Bell #9B94CB

Tints of Blue Bell #9B94CB

Color information

#9B94CB (or 0x9B94CB) is unknown color: approx Blue Bell. HEX triplet: 9B, 94 and CB. RGB value is (155,148,203). Sum of RGB (Red+Green+Blue) = 155+148+203=506 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.63% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #9B94CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B94CB is #646B34. Grayscale: #9C9C9C. Windows color (decimal): -6581045 or 13341851. OLE color: 13341851.

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

Color convert

RGB155148203-
CMYK0.240.2700.20
HSL247.64º34.59%68.82%-
HSV(B)247.64º27.09%79.61%-
XYZ34.8932.4660.93-
YUV156.36154.32127.03-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.63%
GREEN value IS 148 (58.20% from 255) = 29.25%
BLUE value IS 203 (79.69% from 255) = 40.12%
R=30.63%
G=29.25%
B=40.12%

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
Decimal1551482030.240.2700.20247.6434.5968.82
Hex9B94CB181B014f82345
Octal233224313303302437043105
Binary1001101110010100110010111100011011010100111110001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B94CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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