#9195BE

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

Shades of Blue Bell #9195BE

Tints of Blue Bell #9195BE

Color information

#9195BE (or 0x9195BE) is unknown color: approx Blue Bell. HEX triplet: 91, 95 and BE. RGB value is (145,149,190). Sum of RGB (Red+Green+Blue) = 145+149+190=484 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.96% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 190 - color contains mainly: blue. Hex color #9195BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9195BE is #6E6A41. Grayscale: #989898. Windows color (decimal): -7236162 or 12490129. OLE color: 12490129.

HSL color Cylindrical-coordinate representation of color #9195BE: hue angle of 234.67º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9195BE is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB145149190-
CMYK0.240.2200.25
HSL234.67º25.71%65.69%-
HSV(B)234.67º23.68%74.51%-
XYZ31.7231.2353.07-
YUV152.48149.17122.67-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.96%
GREEN value IS 149 (58.59% from 255) = 30.79%
BLUE value IS 190 (74.61% from 255) = 39.26%
R=29.96%
G=30.79%
B=39.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1451491900.240.2200.25234.6725.7165.69
Hex9195BE1816019eb1a42
Octal221225276302603135332102
Binary100100011001010110111110110001011001100111101011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9195BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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