#9295CE

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

Shades of Blue Bell #9295CE

Tints of Blue Bell #9295CE

Color information

#9295CE (or 0x9295CE) is unknown color: approx Blue Bell. HEX triplet: 92, 95 and CE. RGB value is (146,149,206). Sum of RGB (Red+Green+Blue) = 146+149+206=501 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.14% from 501); Green value is 149 (58.59% from 255 or 29.74% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #9295CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9295CE is #6D6A31. Grayscale: #9A9A9A. Windows color (decimal): -7170610 or 13538706. OLE color: 13538706.

HSL color Cylindrical-coordinate representation of color #9295CE: hue angle of 237º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9295CE is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB146149206-
CMYK0.290.2800.19
HSL237º37.97%69.02%-
HSV(B)237º29.13%80.78%-
XYZ33.7432.0662.8-
YUV154.6157.01121.87-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.14%
GREEN value IS 149 (58.59% from 255) = 29.74%
BLUE value IS 206 (80.86% from 255) = 41.12%
R=29.14%
G=29.74%
B=41.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1461492060.290.2800.1923737.9769.02
Hex9295CE1D1C013ed2645
Octal222225316353402335546105
Binary1001001010010101110011101110111100010011111011011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9295CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9295CE; }

 p { color: rgb(146,149,206); }

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

<style>
 a { background-color: #9295CE; }

 a { background-color: rgb(146,149,206); }

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

<style>
 span { border-color: #9295CE; }

 span { border-color: rgb(146,149,206); }

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