#9295C1

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

Shades of Blue Bell #9295C1

Tints of Blue Bell #9295C1

Color information

#9295C1 (or 0x9295C1) is unknown color: approx Blue Bell. HEX triplet: 92, 95 and C1. RGB value is (146,149,193). Sum of RGB (Red+Green+Blue) = 146+149+193=488 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.92% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 193 (75.78% from 255 or 39.55% from 488); Max value from RGB is 193 - color contains mainly: blue. Hex color #9295C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9295C1 is #6D6A3E. Grayscale: #989898. Windows color (decimal): -7170623 or 12686738. OLE color: 12686738.

HSL color Cylindrical-coordinate representation of color #9295C1: hue angle of 236.17º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9295C1 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB146149193-
CMYK0.240.2300.24
HSL236.17º27.49%66.47%-
HSV(B)236.17º24.35%75.69%-
XYZ32.2331.4654.83-
YUV153.12150.51122.92-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.92%
GREEN value IS 149 (58.59% from 255) = 30.53%
BLUE value IS 193 (75.78% from 255) = 39.55%
R=29.92%
G=30.53%
B=39.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1461491930.240.2300.24236.1727.4966.47
Hex9295C11817018ec1b42
Octal222225301302703035433102
Binary100100101001010111000001110001011101100011101100110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9295C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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