#9195CB

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

Shades of Blue Bell #9195CB

Tints of Blue Bell #9195CB

Color information

#9195CB (or 0x9195CB) is unknown color: approx Blue Bell. HEX triplet: 91, 95 and CB. RGB value is (145,149,203). Sum of RGB (Red+Green+Blue) = 145+149+203=497 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.18% from 497); Green value is 149 (58.59% from 255 or 29.98% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #9195CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9195CB is #6E6A34. Grayscale: #999999. Windows color (decimal): -7236149 or 13342097. OLE color: 13342097.

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

Color convert

RGB145149203-
CMYK0.290.2700.20
HSL235.86º35.8%68.24%-
HSV(B)235.86º28.57%79.61%-
XYZ33.231.8360.89-
YUV153.96155.67121.61-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.18%
GREEN value IS 149 (58.59% from 255) = 29.98%
BLUE value IS 203 (79.69% from 255) = 40.85%
R=29.18%
G=29.98%
B=40.85%

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
Decimal1451492030.290.2700.20235.8635.868.24
Hex9195CB1D1B014ec2444
Octal221225313353302435444104
Binary1001000110010101110010111110111011010100111011001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9195CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9195CB; }

 p { color: rgb(145,149,203); }

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

<style>
 a { background-color: #9195CB; }

 a { background-color: rgb(145,149,203); }

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

<style>
 span { border-color: #9195CB; }

 span { border-color: rgb(145,149,203); }

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