#958FDC

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

Shades of Blue Bell #958FDC

Tints of Blue Bell #958FDC

Color information

#958FDC (or 0x958FDC) is unknown color: approx Blue Bell. HEX triplet: 95, 8F and DC. RGB value is (149,143,220). Sum of RGB (Red+Green+Blue) = 149+143+220=512 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.10% from 512); Green value is 143 (56.25% from 255 or 27.93% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #958FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958FDC is #6A7023. Grayscale: #999999. Windows color (decimal): -6975524 or 14454677. OLE color: 14454677.

HSL color Cylindrical-coordinate representation of color #958FDC: hue angle of 244.68º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #958FDC is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB149143220-
CMYK0.320.3500.14
HSL244.68º52.38%71.18%-
HSV(B)244.68º35%86.27%-
XYZ35.1431.271.88-
YUV153.57165.49124.74-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.10%
GREEN value IS 143 (56.25% from 255) = 27.93%
BLUE value IS 220 (86.33% from 255) = 42.97%
R=29.10%
G=27.93%
B=42.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1491432200.320.3500.14244.6852.3871.18
Hex958FDC20230Ef53447
Octal225217334404301636564107
Binary10010101100011111101110010000010001101110111101011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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