#9295D4

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

Shades of Blue Bell #9295D4

Tints of Blue Bell #9295D4

Color information

#9295D4 (or 0x9295D4) is unknown color: approx Blue Bell. HEX triplet: 92, 95 and D4. RGB value is (146,149,212). Sum of RGB (Red+Green+Blue) = 146+149+212=507 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.80% from 507); Green value is 149 (58.59% from 255 or 29.39% from 507); Blue value is 212 (83.20% from 255 or 41.81% from 507); Max value from RGB is 212 - color contains mainly: blue. Hex color #9295D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9295D4 is #6D6A2B. Grayscale: #9B9B9B. Windows color (decimal): -7170604 or 13931922. OLE color: 13931922.

HSL color Cylindrical-coordinate representation of color #9295D4: hue angle of 237.27º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9295D4 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB146149212-
CMYK0.310.3000.17
HSL237.27º43.42%70.2%-
HSV(B)237.27º31.13%83.14%-
XYZ34.4932.3666.72-
YUV155.28160.01121.38-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.80%
GREEN value IS 149 (58.59% from 255) = 29.39%
BLUE value IS 212 (83.20% from 255) = 41.81%
R=28.80%
G=29.39%
B=41.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1461492120.310.3000.17237.2743.4270.2
Hex9295D41F1E011ed2b46
Octal222225324373602135553106
Binary1001001010010101110101001111111110010001111011011010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9295D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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