#9095BD

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

Shades of Blue Bell #9095BD

Tints of Blue Bell #9095BD

Color information

#9095BD (or 0x9095BD) is unknown color: approx Blue Bell. HEX triplet: 90, 95 and BD. RGB value is (144,149,189). Sum of RGB (Red+Green+Blue) = 144+149+189=482 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.88% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 189 - color contains mainly: blue. Hex color #9095BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9095BD is #6F6A42. Grayscale: #979797. Windows color (decimal): -7301699 or 12424592. OLE color: 12424592.

HSL color Cylindrical-coordinate representation of color #9095BD: hue angle of 233.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9095BD is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB144149189-
CMYK0.240.2100.26
HSL233.33º25.42%65.29%-
HSV(B)233.33º23.81%74.12%-
XYZ31.4331.152.49-
YUV152.06148.84122.25-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.88%
GREEN value IS 149 (58.59% from 255) = 30.91%
BLUE value IS 189 (74.22% from 255) = 39.21%
R=29.88%
G=30.91%
B=39.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1441491890.240.2100.26233.3325.4265.29
Hex9095BD181501Ae91941
Octal220225275302503235131101
Binary100100001001010110111101110001010101101011101001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9095BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9095BD; }

 p { color: rgb(144,149,189); }

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

<style>
 a { background-color: #9095BD; }

 a { background-color: rgb(144,149,189); }

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

<style>
 span { border-color: #9095BD; }

 span { border-color: rgb(144,149,189); }

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