#958DCB

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

Shades of Blue Bell #958DCB

Tints of Blue Bell #958DCB

Color information

#958DCB (or 0x958DCB) is unknown color: approx Blue Bell. HEX triplet: 95, 8D and CB. RGB value is (149,141,203). Sum of RGB (Red+Green+Blue) = 149+141+203=493 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.22% from 493); Green value is 141 (55.47% from 255 or 28.60% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #958DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958DCB is #6A7234. Grayscale: #969696. Windows color (decimal): -6976053 or 13340053. OLE color: 13340053.

HSL color Cylindrical-coordinate representation of color #958DCB: hue angle of 247.74º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #958DCB is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB149141203-
CMYK0.270.3100.20
HSL247.74º37.35%67.45%-
HSV(B)247.74º30.54%79.61%-
XYZ32.729.7560.52-
YUV150.46157.65126.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.22%
GREEN value IS 141 (55.47% from 255) = 28.60%
BLUE value IS 203 (79.69% from 255) = 41.18%
R=30.22%
G=28.60%
B=41.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1491412030.270.3100.20247.7437.3567.45
Hex958DCB1B1F014f82543
Octal225215313333702437045103
Binary1001010110001101110010111101111111010100111110001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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