#958BC9

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

Shades of Blue Bell #958BC9

Tints of Blue Bell #958BC9

Color information

#958BC9 (or 0x958BC9) is unknown color: approx Blue Bell. HEX triplet: 95, 8B and C9. RGB value is (149,139,201). Sum of RGB (Red+Green+Blue) = 149+139+201=489 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.47% from 489); Green value is 139 (54.69% from 255 or 28.43% from 489); Blue value is 201 (78.91% from 255 or 41.10% from 489); Max value from RGB is 201 - color contains mainly: blue. Hex color #958BC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958BC9 is #6A7436. Grayscale: #949494. Windows color (decimal): -6976567 or 13208469. OLE color: 13208469.

HSL color Cylindrical-coordinate representation of color #958BC9: hue angle of 249.68º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #958BC9 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB149139201-
CMYK0.260.3100.21
HSL249.68º36.47%66.67%-
HSV(B)249.68º30.85%78.82%-
XYZ32.1729.0759.17-
YUV149.06157.31127.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.47%
GREEN value IS 139 (54.69% from 255) = 28.43%
BLUE value IS 201 (78.91% from 255) = 41.10%
R=30.47%
G=28.43%
B=41.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1491392010.260.3100.21249.6836.4766.67
Hex958BC91A1F015fa2443
Octal225213311323702537244103
Binary1001010110001011110010011101011111010101111110101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958BC9; }

 p { color: rgb(149,139,201); }

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

<style>
 a { background-color: #958BC9; }

 a { background-color: rgb(149,139,201); }

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

<style>
 span { border-color: #958BC9; }

 span { border-color: rgb(149,139,201); }

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