#9B92CD

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

Shades of Blue Bell #9B92CD

Tints of Blue Bell #9B92CD

Color information

#9B92CD (or 0x9B92CD) is unknown color: approx Blue Bell. HEX triplet: 9B, 92 and CD. RGB value is (155,146,205). Sum of RGB (Red+Green+Blue) = 155+146+205=506 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.63% from 506); Green value is 146 (57.42% from 255 or 28.85% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #9B92CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B92CD is #646D32. Grayscale: #9B9B9B. Windows color (decimal): -6581555 or 13472411. OLE color: 13472411.

HSL color Cylindrical-coordinate representation of color #9B92CD: hue angle of 249.15º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9B92CD is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB155146205-
CMYK0.240.2900.20
HSL249.15º37.11%68.82%-
HSV(B)249.15º28.78%80.39%-
XYZ34.8231.9362.09-
YUV155.42155.98127.7-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.63%
GREEN value IS 146 (57.42% from 255) = 28.85%
BLUE value IS 205 (80.47% from 255) = 40.51%
R=30.63%
G=28.85%
B=40.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1551462050.240.2900.20249.1537.1168.82
Hex9B92CD181D014f92545
Octal233222315303502437145105
Binary1001101110010010110011011100011101010100111110011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B92CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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