#9295CD

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

Shades of Blue Bell #9295CD

Tints of Blue Bell #9295CD

Color information

#9295CD (or 0x9295CD) is unknown color: approx Blue Bell. HEX triplet: 92, 95 and CD. RGB value is (146,149,205). Sum of RGB (Red+Green+Blue) = 146+149+205=500 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.2% from 500); Green value is 149 (58.59% from 255 or 29.8% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #9295CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9295CD is #6D6A32. Grayscale: #9A9A9A. Windows color (decimal): -7170611 or 13473170. OLE color: 13473170.

HSL color Cylindrical-coordinate representation of color #9295CD: hue angle of 236.95º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9295CD is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB146149205-
CMYK0.290.2700.20
HSL236.95º37.11%68.82%-
HSV(B)236.95º28.78%80.39%-
XYZ33.6232.0162.16-
YUV154.49156.51121.95-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.2%
GREEN value IS 149 (58.59% from 255) = 29.8%
BLUE value IS 205 (80.47% from 255) = 41%
R=29.2%
G=29.8%
B=41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1461492050.290.2700.20236.9537.1168.82
Hex9295CD1D1B014ed2545
Octal222225315353302435545105
Binary1001001010010101110011011110111011010100111011011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9295CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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