#958AD8

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

Shades of Blue Bell #958AD8

Tints of Blue Bell #958AD8

Color information

#958AD8 (or 0x958AD8) is unknown color: approx Blue Bell. HEX triplet: 95, 8A and D8. RGB value is (149,138,216). Sum of RGB (Red+Green+Blue) = 149+138+216=503 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.62% from 503); Green value is 138 (54.30% from 255 or 27.44% from 503); Blue value is 216 (84.77% from 255 or 42.94% from 503); Max value from RGB is 216 - color contains mainly: blue. Hex color #958AD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958AD8 is #6A7527. Grayscale: #959595. Windows color (decimal): -6976808 or 14191253. OLE color: 14191253.

HSL color Cylindrical-coordinate representation of color #958AD8: hue angle of 248.46º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #958AD8 is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB149138216-
CMYK0.310.3600.15
HSL248.46º50%69.41%-
HSV(B)248.46º36.11%84.71%-
XYZ33.8829.5268.88-
YUV150.18165.14127.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.62%
GREEN value IS 138 (54.30% from 255) = 27.44%
BLUE value IS 216 (84.77% from 255) = 42.94%
R=29.62%
G=27.44%
B=42.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1491382160.310.3600.15248.465069.41
Hex958AD81F240Ff83245
Octal225212330374401737062105
Binary1001010110001010110110001111110010001111111110001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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