#958ad2

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

Shades of Blue Bell #958AD2

Tints of Blue Bell #958AD2

Color information

#958AD2 (or 0x958AD2) is unknown color: approx Blue Bell. HEX triplet: 95, 8A and D2. RGB value is (149,138,210). Sum of RGB (Red+Green+Blue) = 149+138+210=497 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.98% from 497); Green value is 138 (54.30% from 255 or 27.77% from 497); Blue value is 210 (82.42% from 255 or 42.25% from 497); Max value from RGB is 210 - color contains mainly: blue. Hex color #958AD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958AD2 is #6A752D. Grayscale: #959595. Windows color (decimal): -6976814 or 13798037. OLE color: 13798037.

HSL color Cylindrical-coordinate representation of color #958AD2: hue angle of 249.17º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #958AD2 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB149138210-
CMYK0.290.3400.18
HSL249.17º44.44%68.24%-
HSV(B)249.17º34.29%82.35%-
XYZ33.1229.2264.87-
YUV149.5162.14127.65-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.98%
GREEN value IS 138 (54.30% from 255) = 27.77%
BLUE value IS 210 (82.42% from 255) = 42.25%
R=29.98%
G=27.77%
B=42.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1491382100.290.3400.18249.1744.4468.24
Hex958AD21D22012f92c44
Octal225212322354202237154104
Binary10010101100010101101001011101100010010010111110011011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958ad2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,138,210); }

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

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

 a { background-color: rgb(149,138,210); }

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

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

 span { border-color: rgb(149,138,210); }

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