#958BD4

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

Shades of Blue Bell #958BD4

Tints of Blue Bell #958BD4

Color information

#958BD4 (or 0x958BD4) is unknown color: approx Blue Bell. HEX triplet: 95, 8B and D4. RGB value is (149,139,212). Sum of RGB (Red+Green+Blue) = 149+139+212=500 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.8% from 500); Green value is 139 (54.69% from 255 or 27.8% from 500); Blue value is 212 (83.20% from 255 or 42.4% from 500); Max value from RGB is 212 - color contains mainly: blue. Hex color #958BD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958BD4 is #6A742B. Grayscale: #969696. Windows color (decimal): -6976556 or 13929365. OLE color: 13929365.

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

Color convert

RGB149139212-
CMYK0.300.3400.17
HSL248.22º45.91%68.82%-
HSV(B)248.22º34.43%83.14%-
XYZ33.5129.6166.24-
YUV150.31162.81127.06-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.8%
GREEN value IS 139 (54.69% from 255) = 27.8%
BLUE value IS 212 (83.20% from 255) = 42.4%
R=29.8%
G=27.8%
B=42.4%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1491392120.300.3400.17248.2245.9168.82
Hex958BD41E22011f82e45
Octal225213324364202137056105
Binary10010101100010111101010011110100010010001111110001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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