#958FDA

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

Shades of Blue Bell #958FDA

Tints of Blue Bell #958FDA

Color information

#958FDA (or 0x958FDA) is unknown color: approx Blue Bell. HEX triplet: 95, 8F and DA. RGB value is (149,143,218). Sum of RGB (Red+Green+Blue) = 149+143+218=510 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.22% from 510); Green value is 143 (56.25% from 255 or 28.04% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #958FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958FDA is #6A7025. Grayscale: #999999. Windows color (decimal): -6975526 or 14323605. OLE color: 14323605.

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

Color convert

RGB149143218-
CMYK0.320.3400.15
HSL244.8º50.34%70.78%-
HSV(B)244.8º34.4%85.49%-
XYZ34.8731.170.49-
YUV153.34164.49124.9-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.22%
GREEN value IS 143 (56.25% from 255) = 28.04%
BLUE value IS 218 (85.55% from 255) = 42.75%
R=29.22%
G=28.04%
B=42.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1491432180.320.3400.15244.850.3470.78
Hex958FDA20220Ff53247
Octal225217332404201736562107
Binary10010101100011111101101010000010001001111111101011100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,143,218); }

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

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

 a { background-color: rgb(149,143,218); }

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

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

 span { border-color: rgb(149,143,218); }

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