#9095CF

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

Shades of Blue Bell #9095CF

Tints of Blue Bell #9095CF

Color information

#9095CF (or 0x9095CF) is unknown color: approx Blue Bell. HEX triplet: 90, 95 and CF. RGB value is (144,149,207). Sum of RGB (Red+Green+Blue) = 144+149+207=500 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.8% from 500); Green value is 149 (58.59% from 255 or 29.8% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #9095CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9095CF is #6F6A30. Grayscale: #999999. Windows color (decimal): -7301681 or 13604240. OLE color: 13604240.

HSL color Cylindrical-coordinate representation of color #9095CF: hue angle of 235.24º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9095CF is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB144149207-
CMYK0.300.2800.19
HSL235.24º39.62%68.82%-
HSV(B)235.24º30.43%81.18%-
XYZ33.5131.9363.43-
YUV154.12157.84120.78-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.8%
GREEN value IS 149 (58.59% from 255) = 29.8%
BLUE value IS 207 (81.25% from 255) = 41.4%
R=28.8%
G=29.8%
B=41.4%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1441492070.300.2800.19235.2439.6268.82
Hex9095CF1E1C013eb2845
Octal220225317363402335350105
Binary1001000010010101110011111111011100010011111010111010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9095CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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