#958CCD

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

Shades of Blue Bell #958CCD

Tints of Blue Bell #958CCD

Color information

#958CCD (or 0x958CCD) is unknown color: approx Blue Bell. HEX triplet: 95, 8C and CD. RGB value is (149,140,205). Sum of RGB (Red+Green+Blue) = 149+140+205=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #958CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958CCD is #6A7332. Grayscale: #959595. Windows color (decimal): -6976307 or 13470869. OLE color: 13470869.

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

Color convert

RGB149140205-
CMYK0.270.3200.20
HSL248.31º39.39%67.65%-
HSV(B)248.31º31.71%80.39%-
XYZ32.7929.5561.73-
YUV150.1158.98127.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.16%
GREEN value IS 140 (55.08% from 255) = 28.34%
BLUE value IS 205 (80.47% from 255) = 41.50%
R=30.16%
G=28.34%
B=41.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1491402050.270.3200.20248.3139.3967.65
Hex958CCD1B20014f82744
Octal225214315334002437047104
Binary10010101100011001100110111011100000010100111110001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,140,205); }

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

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

 a { background-color: rgb(149,140,205); }

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

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

 span { border-color: rgb(149,140,205); }

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