#9A92C6

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

Shades of Blue Bell #9A92C6

Tints of Blue Bell #9A92C6

Color information

#9A92C6 (or 0x9A92C6) is unknown color: approx Blue Bell. HEX triplet: 9A, 92 and C6. RGB value is (154,146,198). Sum of RGB (Red+Green+Blue) = 154+146+198=498 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.92% from 498); Green value is 146 (57.42% from 255 or 29.32% from 498); Blue value is 198 (77.73% from 255 or 39.76% from 498); Max value from RGB is 198 - color contains mainly: blue. Hex color #9A92C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A92C6 is #656D39. Grayscale: #9A9A9A. Windows color (decimal): -6647098 or 13013658. OLE color: 13013658.

HSL color Cylindrical-coordinate representation of color #9A92C6: hue angle of 249.23º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9A92C6 is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB154146198-
CMYK0.220.2600.22
HSL249.23º31.33%67.45%-
HSV(B)249.23º26.26%77.65%-
XYZ33.831.5157.73-
YUV154.32152.65127.77-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.92%
GREEN value IS 146 (57.42% from 255) = 29.32%
BLUE value IS 198 (77.73% from 255) = 39.76%
R=30.92%
G=29.32%
B=39.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1541461980.220.2600.22249.2331.3367.45
Hex9A92C6161A016f91f43
Octal232222306263202637137103
Binary100110101001001011000110101101101001011011111001111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A92C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,146,198); }

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

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

 a { background-color: rgb(154,146,198); }

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

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

 span { border-color: rgb(154,146,198); }

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