#9B92CA

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

Shades of Blue Bell #9B92CA

Tints of Blue Bell #9B92CA

Color information

#9B92CA (or 0x9B92CA) is unknown color: approx Blue Bell. HEX triplet: 9B, 92 and CA. RGB value is (155,146,202). Sum of RGB (Red+Green+Blue) = 155+146+202=503 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.82% from 503); Green value is 146 (57.42% from 255 or 29.03% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #9B92CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B92CA is #646D35. Grayscale: #9A9A9A. Windows color (decimal): -6581558 or 13275803. OLE color: 13275803.

HSL color Cylindrical-coordinate representation of color #9B92CA: hue angle of 249.64º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9B92CA is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB155146202-
CMYK0.230.2800.21
HSL249.64º34.57%68.24%-
HSV(B)249.64º27.72%79.22%-
XYZ34.4631.7960.2-
YUV155.07154.48127.95-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.82%
GREEN value IS 146 (57.42% from 255) = 29.03%
BLUE value IS 202 (79.30% from 255) = 40.16%
R=30.82%
G=29.03%
B=40.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1551462020.230.2800.21249.6434.5768.24
Hex9B92CA171C015fa2344
Octal233222312273402537243104
Binary1001101110010010110010101011111100010101111110101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B92CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,146,202); }

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

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

 a { background-color: rgb(155,146,202); }

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

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

 span { border-color: rgb(155,146,202); }

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