#958DD3

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

Shades of Blue Bell #958DD3

Tints of Blue Bell #958DD3

Color information

#958DD3 (or 0x958DD3) is unknown color: approx Blue Bell. HEX triplet: 95, 8D and D3. RGB value is (149,141,211). Sum of RGB (Red+Green+Blue) = 149+141+211=501 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.74% from 501); Green value is 141 (55.47% from 255 or 28.14% from 501); Blue value is 211 (82.81% from 255 or 42.12% from 501); Max value from RGB is 211 - color contains mainly: blue. Hex color #958DD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958DD3 is #6A722C. Grayscale: #979797. Windows color (decimal): -6976045 or 13864341. OLE color: 13864341.

HSL color Cylindrical-coordinate representation of color #958DD3: hue angle of 246.86º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #958DD3 is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB149141211-
CMYK0.290.3300.17
HSL246.86º44.3%69.02%-
HSV(B)246.86º33.18%82.75%-
XYZ33.6830.1465.67-
YUV151.37161.65126.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.74%
GREEN value IS 141 (55.47% from 255) = 28.14%
BLUE value IS 211 (82.81% from 255) = 42.12%
R=29.74%
G=28.14%
B=42.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1491412110.290.3300.17246.8644.369.02
Hex958DD31D21011f72c45
Octal225215323354102136754105
Binary10010101100011011101001111101100001010001111101111011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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