#9B92CC

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

Shades of Blue Bell #9B92CC

Tints of Blue Bell #9B92CC

Color information

#9B92CC (or 0x9B92CC) is unknown color: approx Blue Bell. HEX triplet: 9B, 92 and CC. RGB value is (155,146,204). Sum of RGB (Red+Green+Blue) = 155+146+204=505 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.69% from 505); Green value is 146 (57.42% from 255 or 28.91% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: blue. Hex color #9B92CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B92CC is #646D33. Grayscale: #9B9B9B. Windows color (decimal): -6581556 or 13406875. OLE color: 13406875.

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

Color convert

RGB155146204-
CMYK0.240.2800.2
HSL249.31º36.25%68.63%-
HSV(B)249.31º28.43%80%-
XYZ34.731.8961.45-
YUV155.3155.48127.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.69%
GREEN value IS 146 (57.42% from 255) = 28.91%
BLUE value IS 204 (80.08% from 255) = 40.40%
R=30.69%
G=28.91%
B=40.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1551462040.240.2800.2249.3136.2568.63
Hex9B92CC181C014f92445
Octal233222314303402437144105
Binary1001101110010010110011001100011100010100111110011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B92CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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